#C875C6

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

Shades of Orchid #C875C6

Tints of Orchid #C875C6

Color information

#C875C6 (or 0xC875C6) is unknown color: approx Orchid. HEX triplet: C8, 75 and C6. RGB value is (200,117,198). Sum of RGB (Red+Green+Blue) = 200+117+198=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C875C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875C6 is #378A39. Grayscale: #969696. Windows color (decimal): -3639866 or 13006280. OLE color: 13006280.

HSL color Cylindrical-coordinate representation of color #C875C6: hue angle of 301.45º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C875C6 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200117198-
CMYK00.420.010.22
HSL301.45º43.01%62.16%-
HSV(B)301.45º41.5%78.43%-
XYZ40.3729.0856.91-
YUV151.05154.5162.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 198 (77.73% from 255) = 38.45%
R=38.83%
G=22.72%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011719800.420.010.22301.4543.0162.16
HexC875C602A11612d2b3e
Octal3101653060521264555376
Binary110010001110101110001100101010110110100101101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875C6; }

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

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

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

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

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

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

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

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