#CD96DC

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

Shades of Wisteria #CD96DC

Tints of Wisteria #CD96DC

Color information

#CD96DC (or 0xCD96DC) is unknown color: approx Wisteria. HEX triplet: CD, 96 and DC. RGB value is (205,150,220). Sum of RGB (Red+Green+Blue) = 205+150+220=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96DC is #326923. Grayscale: #AEAEAE. Windows color (decimal): -3303716 or 14456525. OLE color: 14456525.

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

Color convert

RGB205150220-
CMYK0.070.3200.14
HSL287.14º50%72.55%-
HSV(B)287.14º31.82%86.27%-
XYZ4939.9672.84-
YUV174.42153.72149.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=35.65%
G=26.09%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051502200.070.3200.14287.145072.55
HexCD96DC7200E11f3249
Octal31522633474001643762111
Binary110011011001011011011100111100000011101000111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96DC; }

 p { color: rgb(205,150,220); }

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

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

 a { background-color: rgb(205,150,220); }

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

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

 span { border-color: rgb(205,150,220); }

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