#C981D9

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

Shades of Orchid #C981D9

Tints of Orchid #C981D9

Color information

#C981D9 (or 0xC981D9) is unknown color: approx Orchid. HEX triplet: C9, 81 and D9. RGB value is (201,129,217). Sum of RGB (Red+Green+Blue) = 201+129+217=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #C981D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D9 is #367E26. Grayscale: #A0A0A0. Windows color (decimal): -3571239 or 14254537. OLE color: 14254537.

HSL color Cylindrical-coordinate representation of color #C981D9: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201129217-
CMYK0.070.4100.15
HSL289.09º53.66%67.84%-
HSV(B)289.09º40.55%85.1%-
XYZ44.4633.1369.7-
YUV160.56159.85156.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.75%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=36.75%
G=23.58%
B=39.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011292170.070.4100.15289.0953.6667.84
HexC981D97290F1213644
Octal31120133175101744166104
Binary110010011000000111011001111101001011111001000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981D9; }

 p { color: rgb(201,129,217); }

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

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

 a { background-color: rgb(201,129,217); }

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

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

 span { border-color: rgb(201,129,217); }

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