#c873cc

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

Shades of Orchid #C873CC

Tints of Orchid #C873CC

Color information

#C873CC (or 0xC873CC) is unknown color: approx Orchid. HEX triplet: C8, 73 and CC. RGB value is (200,115,204). Sum of RGB (Red+Green+Blue) = 200+115+204=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C873CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873CC is #378C33. Grayscale: #969696. Windows color (decimal): -3640372 or 13398984. OLE color: 13398984.

HSL color Cylindrical-coordinate representation of color #C873CC: hue angle of 297.3º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C873CC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200115204-
CMYK0.020.4400.2
HSL297.3º46.6%62.55%-
HSV(B)297.3º43.63%80%-
XYZ40.8528.960.55-
YUV150.56158.16163.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=38.54%
G=22.16%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001152040.020.4400.2297.346.662.55
HexC873CC22C0141292f3f
Octal3101633142540244515777
Binary1100100011100111100110010101100010100100101001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c873cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c873cc; }

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

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

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

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

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

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

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

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