#C873CE

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

Shades of Orchid #C873CE

Tints of Orchid #C873CE

Color information

#C873CE (or 0xC873CE) is unknown color: approx Orchid. HEX triplet: C8, 73 and CE. RGB value is (200,115,206). Sum of RGB (Red+Green+Blue) = 200+115+206=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C873CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CE is #378C31. Grayscale: #969696. Windows color (decimal): -3640370 or 13530056. OLE color: 13530056.

HSL color Cylindrical-coordinate representation of color #C873CE: hue angle of 296.04º 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 #C873CE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200115206-
CMYK0.030.4400.19
HSL296.04º48.15%62.94%-
HSV(B)296.04º44.17%80.78%-
XYZ41.092961.82-
YUV150.79159.16163.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=38.39%
G=22.07%
B=39.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001152060.030.4400.19296.0448.1562.94
HexC873CE32C013128303f
Octal3101633163540234506077
Binary1100100011100111100111011101100010011100101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873CE; }

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

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

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

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

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

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

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

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