#C881BD

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

Shades of Orchid #C881BD

Tints of Orchid #C881BD

Color information

#C881BD (or 0xC881BD) is unknown color: approx Orchid. HEX triplet: C8, 81 and BD. RGB value is (200,129,189). Sum of RGB (Red+Green+Blue) = 200+129+189=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BD is #377E42. Grayscale: #9C9C9C. Windows color (decimal): -3636803 or 12419528. OLE color: 12419528.

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

Color convert

RGB200129189-
CMYK00.360.060.22
HSL309.3º39.23%64.51%-
HSV(B)309.3º35.5%78.43%-
XYZ40.8531.6552.1-
YUV157.07146.02158.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=38.61%
G=24.90%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012918900.360.060.22309.339.2364.51
HexC881BD0246161352741
Octal31020127504462646547101
Binary1100100010000001101111010100100110101101001101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881BD; }

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

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

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

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

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

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

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

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