#C881BE

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

Shades of Orchid #C881BE

Tints of Orchid #C881BE

Color information

#C881BE (or 0xC881BE) is unknown color: approx Orchid. HEX triplet: C8, 81 and BE. RGB value is (200,129,190). Sum of RGB (Red+Green+Blue) = 200+129+190=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BE is #377E41. Grayscale: #9D9D9D. Windows color (decimal): -3636802 or 12485064. OLE color: 12485064.

HSL color Cylindrical-coordinate representation of color #C881BE: hue angle of 308.45º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C881BE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200129190-
CMYK00.360.050.22
HSL308.45º39.23%64.51%-
HSV(B)308.45º35.5%78.43%-
XYZ40.9631.752.67-
YUV157.18146.52158.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=38.54%
G=24.86%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012919000.360.050.22308.4539.2364.51
HexC881BE0245161342741
Octal31020127604452646447101
Binary1100100010000001101111100100100101101101001101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881BE; }

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

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

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

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

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

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

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

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