#C875D3

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

Shades of Orchid #C875D3

Tints of Orchid #C875D3

Color information

#C875D3 (or 0xC875D3) is unknown color: approx Orchid. HEX triplet: C8, 75 and D3. RGB value is (200,117,211). Sum of RGB (Red+Green+Blue) = 200+117+211=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #C875D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875D3 is #378A2C. Grayscale: #989898. Windows color (decimal): -3639853 or 13858248. OLE color: 13858248.

HSL color Cylindrical-coordinate representation of color #C875D3: hue angle of 292.98º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C875D3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200117211-
CMYK0.050.4500.17
HSL292.98º51.65%64.31%-
HSV(B)292.98º44.55%82.75%-
XYZ41.9429.7165.15-
YUV152.53161161.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=37.88%
G=22.16%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001172110.050.4500.17292.9851.6564.31
HexC875D352D0111253440
Octal31016532355502144564100
Binary110010001110101110100111011011010100011001001011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875D3; }

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

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

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

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

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

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

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

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