#C875CB

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

Shades of Orchid #C875CB

Tints of Orchid #C875CB

Color information

#C875CB (or 0xC875CB) is unknown color: approx Orchid. HEX triplet: C8, 75 and CB. RGB value is (200,117,203). Sum of RGB (Red+Green+Blue) = 200+117+203=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C875CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CB is #378A34. Grayscale: #979797. Windows color (decimal): -3639861 or 13333960. OLE color: 13333960.

HSL color Cylindrical-coordinate representation of color #C875CB: hue angle of 297.91º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200117203-
CMYK0.010.4200.20
HSL297.91º45.26%62.75%-
HSV(B)297.91º42.36%79.61%-
XYZ40.9629.3160-
YUV151.62157162.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=38.46%
G=22.5%
B=39.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001172030.010.4200.20297.9145.2662.75
HexC875CB12A01412a2d3f
Octal3101653131520244525577
Binary110010001110101110010111101010010100100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875CB; }

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

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

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

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

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

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

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

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