#C995DC

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

Shades of Wisteria #C995DC

Tints of Wisteria #C995DC

Color information

#C995DC (or 0xC995DC) is unknown color: approx Wisteria. HEX triplet: C9, 95 and DC. RGB value is (201,149,220). Sum of RGB (Red+Green+Blue) = 201+149+220=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C995DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995DC is #366A23. Grayscale: #ACACAC. Windows color (decimal): -3566116 or 14456265. OLE color: 14456265.

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

Color convert

RGB201149220-
CMYK0.090.3200.14
HSL283.94º50.35%72.35%-
HSV(B)283.94º32.27%86.27%-
XYZ47.7539.0872.74-
YUV172.64154.73148.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=35.26%
G=26.14%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011492200.090.3200.14283.9450.3572.35
HexC995DC9200E11c3248
Octal311225334114001643462110
Binary1100100110010101110111001001100000011101000111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995DC; }

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

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

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

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

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

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

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

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