#C480CE

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

Shades of Orchid #C480CE

Tints of Orchid #C480CE

Color information

#C480CE (or 0xC480CE) is unknown color: approx Orchid. HEX triplet: C4, 80 and CE. RGB value is (196,128,206). Sum of RGB (Red+Green+Blue) = 196+128+206=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C480CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480CE is #3B7F31. Grayscale: #9C9C9C. Windows color (decimal): -3899186 or 13533380. OLE color: 13533380.

HSL color Cylindrical-coordinate representation of color #C480CE: hue angle of 292.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C480CE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196128206-
CMYK0.050.3800.19
HSL292.31º44.32%65.49%-
HSV(B)292.31º37.86%80.78%-
XYZ41.6231.6362.3-
YUV157.22155.53155.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=36.98%
G=24.15%
B=38.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961282060.050.3800.19292.3144.3265.49
HexC480CE5260131242c41
Octal30420031654602344454101
Binary1100010010000000110011101011001100100111001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480CE; }

 p { color: rgb(196,128,206); }

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

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

 a { background-color: rgb(196,128,206); }

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

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

 span { border-color: rgb(196,128,206); }

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