#C981DC

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

Shades of Wisteria #C981DC

Tints of Wisteria #C981DC

Color information

#C981DC (or 0xC981DC) is unknown color: approx Wisteria. HEX triplet: C9, 81 and DC. RGB value is (201,129,220). Sum of RGB (Red+Green+Blue) = 201+129+220=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C981DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DC is #367E23. Grayscale: #A0A0A0. Windows color (decimal): -3571236 or 14451145. OLE color: 14451145.

HSL color Cylindrical-coordinate representation of color #C981DC: hue angle of 287.47º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981DC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201129220-
CMYK0.090.4100.14
HSL287.47º56.52%68.43%-
HSV(B)287.47º41.36%86.27%-
XYZ44.8633.2971.77-
YUV160.9161.35156.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 220 (86.33% from 255) = 40%
R=36.55%
G=23.45%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011292200.090.4100.14287.4756.5268.43
HexC981DC9290E11f3944
Octal311201334115101643771104
Binary1100100110000001110111001001101001011101000111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981DC; }

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

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

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

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

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

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

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

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