#C873DC

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

Shades of Orchid #C873DC

Tints of Orchid #C873DC

Color information

#C873DC (or 0xC873DC) is unknown color: approx Orchid. HEX triplet: C8, 73 and DC. RGB value is (200,115,220). Sum of RGB (Red+Green+Blue) = 200+115+220=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #C873DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873DC is #378C23. Grayscale: #989898. Windows color (decimal): -3640356 or 14447560. OLE color: 14447560.

HSL color Cylindrical-coordinate representation of color #C873DC: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C873DC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200115220-
CMYK0.090.4800.14
HSL288.57º60%65.69%-
HSV(B)288.57º47.73%86.27%-
XYZ42.8729.7171.18-
YUV152.38166.16161.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 115 (45.31% from 255) = 21.50%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=37.38%
G=21.50%
B=41.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001152200.090.4800.14288.576065.69
HexC873DC9300E1213c42
Octal310163334116001644174102
Binary110010001110011110111001001110000011101001000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873DC; }

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

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

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

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

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

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

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

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