#C63BD4

Color #C63BD4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C63BD4

Tints of Medium Orchid #C63BD4

Color information

#C63BD4 (or 0xC63BD4) is unknown color: approx Medium Orchid. HEX triplet: C6, 3B and D4. RGB value is (198,59,212). Sum of RGB (Red+Green+Blue) = 198+59+212=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #C63BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BD4 is #39C42B. Grayscale: #757575. Windows color (decimal): -3785772 or 13908934. OLE color: 13908934.

HSL color Cylindrical-coordinate representation of color #C63BD4: hue angle of 294.51º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63BD4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19859212-
CMYK0.070.7200.17
HSL294.51º64.02%53.14%-
HSV(B)294.51º72.17%83.14%-
XYZ36.7419.8964.19-
YUV118181.05185.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 59 (23.44% from 255) = 12.58%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=42.22%
G=12.58%
B=45.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198592120.070.7200.17294.5164.0253.14
HexC63BD47480111274035
Octal30673324711002144710065
Binary110001101110111101010011110010000100011001001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63BD4; }

 p { color: rgb(198,59,212); }

 H1.HeaderClassName
 {
   color: #C63BD4;
 }
 .AnyTagClassName
 {
   color: #C63BD4;
 }
</style>
background-color css

<style>
 a { background-color: #C63BD4; }

 a { background-color: rgb(198,59,212); }

 div.DivClassName
 {
   background-color: #C63BD4;
 }
 .BgClassName
 {
   background-color: #C63BD4;
 }
</style>
border-color css

<style>
 span { border-color: #C63BD4; }

 span { border-color: rgb(198,59,212); }

 td.TdClassName
 {
   border-color: #C63BD4;
 }
 .TagClassName
 {
   border-color: #C63BD4;
 }
</style>