#C981D7

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

Shades of Orchid #C981D7

Tints of Orchid #C981D7

Color information

#C981D7 (or 0xC981D7) is unknown color: approx Orchid. HEX triplet: C9, 81 and D7. RGB value is (201,129,215). Sum of RGB (Red+Green+Blue) = 201+129+215=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #C981D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D7 is #367E28. Grayscale: #A0A0A0. Windows color (decimal): -3571241 or 14123465. OLE color: 14123465.

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

Color convert

RGB201129215-
CMYK0.070.400.16
HSL290.23º51.81%67.45%-
HSV(B)290.23º40%84.31%-
XYZ44.233.0268.33-
YUV160.33158.85157.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=36.88%
G=23.67%
B=39.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011292150.070.400.16290.2351.8167.45
HexC981D77280101223443
Octal31120132775002044264103
Binary1100100110000001110101111111010000100001001000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981D7; }

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

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

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

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

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

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

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

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