#C875BA

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

Shades of Orchid #C875BA

Tints of Orchid #C875BA

Color information

#C875BA (or 0xC875BA) is unknown color: approx Orchid. HEX triplet: C8, 75 and BA. RGB value is (200,117,186). Sum of RGB (Red+Green+Blue) = 200+117+186=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BA is #378A45. Grayscale: #959595. Windows color (decimal): -3639878 or 12219848. OLE color: 12219848.

HSL color Cylindrical-coordinate representation of color #C875BA: hue angle of 310.12º 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 #C875BA is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200117186-
CMYK00.420.070.22
HSL310.12º43.01%62.16%-
HSV(B)310.12º41.5%78.43%-
XYZ39.0428.5549.91-
YUV149.68148.5163.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=39.76%
G=23.26%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011718600.420.070.22310.1243.0162.16
HexC875BA02A7161362b3e
Octal3101652720527264665376
Binary11001000111010110111010010101011110110100110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875BA; }

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

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

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

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

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

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

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

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