#C875BE

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

Shades of Orchid #C875BE

Tints of Orchid #C875BE

Color information

#C875BE (or 0xC875BE) is unknown color: approx Orchid. HEX triplet: C8, 75 and BE. RGB value is (200,117,190). Sum of RGB (Red+Green+Blue) = 200+117+190=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BE is #378A41. Grayscale: #959595. Windows color (decimal): -3639874 or 12481992. OLE color: 12481992.

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

Color convert

RGB200117190-
CMYK00.420.050.22
HSL307.23º43.01%62.16%-
HSV(B)307.23º41.5%78.43%-
XYZ39.4728.7252.18-
YUV150.14150.5163.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=39.45%
G=23.08%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011719000.420.050.22307.2343.0162.16
HexC875BE02A5161332b3e
Octal3101652760525264635376
Binary11001000111010110111110010101010110110100110011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C875BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C875BE; }

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

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

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

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

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

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

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

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