#C873DD

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

Shades of Orchid #C873DD

Tints of Orchid #C873DD

Color information

#C873DD (or 0xC873DD) is unknown color: approx Orchid. HEX triplet: C8, 73 and DD. RGB value is (200,115,221). Sum of RGB (Red+Green+Blue) = 200+115+221=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C873DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873DD is #378C22. Grayscale: #989898. Windows color (decimal): -3640355 or 14513096. OLE color: 14513096.

HSL color Cylindrical-coordinate representation of color #C873DD: hue angle of 288.11º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C873DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200115221-
CMYK0.100.4800.13
HSL288.11º60.92%65.88%-
HSV(B)288.11º47.96%86.67%-
XYZ4329.7671.88-
YUV152.5166.66161.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=37.31%
G=21.46%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001152210.100.4800.13288.1160.9265.88
HexC873DDA300D1203d42
Octal310163335126001544075102
Binary110010001110011110111011010110000011011001000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873DD; }

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

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

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

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

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

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

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

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