#C875CA

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

Shades of Orchid #C875CA

Tints of Orchid #C875CA

Color information

#C875CA (or 0xC875CA) is unknown color: approx Orchid. HEX triplet: C8, 75 and CA. RGB value is (200,117,202). Sum of RGB (Red+Green+Blue) = 200+117+202=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C875CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CA is #378A35. Grayscale: #979797. Windows color (decimal): -3639862 or 13268424. OLE color: 13268424.

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

Color convert

RGB200117202-
CMYK0.010.4200.21
HSL298.59º44.5%62.55%-
HSV(B)298.59º42.08%79.22%-
XYZ40.8429.2759.37-
YUV151.51156.5162.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=38.54%
G=22.54%
B=38.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001172020.010.4200.21298.5944.562.55
HexC875CA12A01512b2d3f
Octal3101653121520254535577
Binary110010001110101110010101101010010101100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875CA; }

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

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

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

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

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

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

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

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