#CD96DF

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

Shades of Wisteria #CD96DF

Tints of Wisteria #CD96DF

Color information

#CD96DF (or 0xCD96DF) is unknown color: approx Wisteria. HEX triplet: CD, 96 and DF. RGB value is (205,150,223). Sum of RGB (Red+Green+Blue) = 205+150+223=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96DF is #326920. Grayscale: #AEAEAE. Windows color (decimal): -3303713 or 14653133. OLE color: 14653133.

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

Color convert

RGB205150223-
CMYK0.080.3300.13
HSL285.21º53.28%73.14%-
HSV(B)285.21º32.74%87.45%-
XYZ49.440.1274.95-
YUV174.77155.22149.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=35.47%
G=25.95%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051502230.080.3300.13285.2153.2873.14
HexCD96DF8210D11d3549
Octal315226337104101543565111
Binary1100110110010110110111111000100001011011000111011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96DF; }

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

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

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

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

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

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

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

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