#C877BE

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

Shades of Orchid #C877BE

Tints of Orchid #C877BE

Color information

#C877BE (or 0xC877BE) is unknown color: approx Orchid. HEX triplet: C8, 77 and BE. RGB value is (200,119,190). Sum of RGB (Red+Green+Blue) = 200+119+190=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C877BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C877BE is #378841. Grayscale: #979797. Windows color (decimal): -3639362 or 12482504. OLE color: 12482504.

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

Color convert

RGB200119190-
CMYK00.400.050.22
HSL307.41º42.41%62.55%-
HSV(B)307.41º40.5%78.43%-
XYZ39.7129.1952.26-
YUV151.31149.84162.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=39.29%
G=23.38%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011919000.400.050.22307.4142.4162.55
HexC877BE0285161332a3f
Octal3101672760505264635277
Binary11001000111011110111110010100010110110100110011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C877BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C877BE; }

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

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

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

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

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

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

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

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