#CD96E0

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

Shades of Wisteria #CD96E0

Tints of Wisteria #CD96E0

Color information

#CD96E0 (or 0xCD96E0) is unknown color: approx Wisteria. HEX triplet: CD, 96 and E0. RGB value is (205,150,224). Sum of RGB (Red+Green+Blue) = 205+150+224=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96E0 is #32691F. Grayscale: #AEAEAE. Windows color (decimal): -3303712 or 14718669. OLE color: 14718669.

HSL color Cylindrical-coordinate representation of color #CD96E0: hue angle of 284.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD96E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205150224-
CMYK0.080.3300.12
HSL284.59º54.41%73.33%-
HSV(B)284.59º33.04%87.84%-
XYZ49.5440.1775.66-
YUV174.88155.72149.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=35.41%
G=25.91%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051502240.080.3300.12284.5954.4173.33
HexCD96E08210C11d3649
Octal315226340104101443566111
Binary1100110110010110111000001000100001011001000111011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96E0; }

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

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

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

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

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

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

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

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