#C875CE

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

Shades of Orchid #C875CE

Tints of Orchid #C875CE

Color information

#C875CE (or 0xC875CE) is unknown color: approx Orchid. HEX triplet: C8, 75 and CE. RGB value is (200,117,206). Sum of RGB (Red+Green+Blue) = 200+117+206=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C875CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875CE is #378A31. Grayscale: #979797. Windows color (decimal): -3639858 or 13530568. OLE color: 13530568.

HSL color Cylindrical-coordinate representation of color #C875CE: hue angle of 295.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C875CE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200117206-
CMYK0.030.4300.19
HSL295.96º47.59%63.33%-
HSV(B)295.96º43.2%80.78%-
XYZ41.3229.4661.9-
YUV151.96158.5162.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=38.24%
G=22.37%
B=39.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001172060.030.4300.19295.9647.5963.33
HexC875CE32B013128303f
Octal3101653163530234506077
Binary1100100011101011100111011101011010011100101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875CE; }

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

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

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

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

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

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

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

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