#C881D5

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

Shades of Orchid #C881D5

Tints of Orchid #C881D5

Color information

#C881D5 (or 0xC881D5) is unknown color: approx Orchid. HEX triplet: C8, 81 and D5. RGB value is (200,129,213). Sum of RGB (Red+Green+Blue) = 200+129+213=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #C881D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881D5 is #377E2A. Grayscale: #9F9F9F. Windows color (decimal): -3636779 or 13992392. OLE color: 13992392.

HSL color Cylindrical-coordinate representation of color #C881D5: hue angle of 290.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C881D5 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200129213-
CMYK0.060.3900.16
HSL290.71º50%67.06%-
HSV(B)290.71º39.44%83.53%-
XYZ43.6832.7866.98-
YUV159.8158.02156.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=36.90%
G=23.80%
B=39.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001292130.060.3900.16290.715067.06
HexC881D56270101233243
Octal31020132564702044362103
Binary1100100010000001110101011101001110100001001000111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881D5; }

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

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

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

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

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

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

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

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