#C875DD

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

Shades of Orchid #C875DD

Tints of Orchid #C875DD

Color information

#C875DD (or 0xC875DD) is unknown color: approx Orchid. HEX triplet: C8, 75 and DD. RGB value is (200,117,221). Sum of RGB (Red+Green+Blue) = 200+117+221=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C875DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875DD is #378A22. Grayscale: #999999. Windows color (decimal): -3639843 or 14513608. OLE color: 14513608.

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

Color convert

RGB200117221-
CMYK0.100.4700.13
HSL287.88º60.47%66.27%-
HSV(B)287.88º47.06%86.67%-
XYZ43.2330.2271.96-
YUV153.67166161.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=37.17%
G=21.75%
B=41.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001172210.100.4700.13287.8860.4766.27
HexC875DDA2F0D1203c42
Octal310165335125701544074102
Binary110010001110101110111011010101111011011001000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875DD; }

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

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

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

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

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

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

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

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