#C473CE

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

Shades of Orchid #C473CE

Tints of Orchid #C473CE

Color information

#C473CE (or 0xC473CE) is unknown color: approx Orchid. HEX triplet: C4, 73 and CE. RGB value is (196,115,206). Sum of RGB (Red+Green+Blue) = 196+115+206=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C473CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473CE is #3B8C31. Grayscale: #959595. Windows color (decimal): -3902514 or 13530052. OLE color: 13530052.

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

Color convert

RGB196115206-
CMYK0.050.4400.19
HSL293.41º48.15%62.94%-
HSV(B)293.41º44.17%80.78%-
XYZ40.0428.4561.77-
YUV149.59159.84161.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=37.91%
G=22.24%
B=39.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961152060.050.4400.19293.4148.1562.94
HexC473CE52C013125303f
Octal3041633165540234456077
Binary11000100111001111001110101101100010011100100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473CE; }

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

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

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

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

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

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

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

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