#C881BF

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

Shades of Orchid #C881BF

Tints of Orchid #C881BF

Color information

#C881BF (or 0xC881BF) is unknown color: approx Orchid. HEX triplet: C8, 81 and BF. RGB value is (200,129,191). Sum of RGB (Red+Green+Blue) = 200+129+191=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BF is #377E40. Grayscale: #9D9D9D. Windows color (decimal): -3636801 or 12550600. OLE color: 12550600.

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

Color convert

RGB200129191-
CMYK00.360.040.22
HSL307.61º39.23%64.51%-
HSV(B)307.61º35.5%78.43%-
XYZ41.0731.7453.25-
YUV157.3147.02158.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 191 (75% from 255) = 36.73%
R=38.46%
G=24.81%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012919100.360.040.22307.6139.2364.51
HexC881BF0244161342741
Octal31020127704442646447101
Binary1100100010000001101111110100100100101101001101001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881BF; }

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

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

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

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

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

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

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

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