#C881C7

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

Shades of Orchid #C881C7

Tints of Orchid #C881C7

Color information

#C881C7 (or 0xC881C7) is unknown color: approx Orchid. HEX triplet: C8, 81 and C7. RGB value is (200,129,199). Sum of RGB (Red+Green+Blue) = 200+129+199=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C881C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881C7 is #377E38. Grayscale: #9E9E9E. Windows color (decimal): -3636793 or 13074888. OLE color: 13074888.

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

Color convert

RGB200129199-
CMYK00.360.000.22
HSL300.85º39.23%64.51%-
HSV(B)300.85º35.5%78.43%-
XYZ41.9832.158.02-
YUV158.21151.02157.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=37.88%
G=24.43%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012919900.360.000.22300.8539.2364.51
HexC881C702401612d2741
Octal31020130704402645547101
Binary11001000100000011100011101001000101101001011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881C7; }

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

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

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

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

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

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

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

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