#C875CC

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

Shades of Orchid #C875CC

Tints of Orchid #C875CC

Color information

#C875CC (or 0xC875CC) is unknown color: approx Orchid. HEX triplet: C8, 75 and CC. RGB value is (200,117,204). Sum of RGB (Red+Green+Blue) = 200+117+204=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C875CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CC is #378A33. Grayscale: #979797. Windows color (decimal): -3639860 or 13399496. OLE color: 13399496.

HSL color Cylindrical-coordinate representation of color #C875CC: hue angle of 297.24º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C875CC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200117204-
CMYK0.020.4300.2
HSL297.24º46.03%62.94%-
HSV(B)297.24º42.65%80%-
XYZ41.0829.3660.63-
YUV151.73157.5162.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=38.39%
G=22.46%
B=39.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001172040.020.4300.2297.2446.0362.94
HexC875CC22B0141292e3f
Octal3101653142530244515677
Binary1100100011101011100110010101011010100100101001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875CC; }

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

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

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

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

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

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

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

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