#CD96D8

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

Shades of Wisteria #CD96D8

Tints of Wisteria #CD96D8

Color information

#CD96D8 (or 0xCD96D8) is unknown color: approx Wisteria. HEX triplet: CD, 96 and D8. RGB value is (205,150,216). Sum of RGB (Red+Green+Blue) = 205+150+216=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96D8 is #326927. Grayscale: #ADADAD. Windows color (decimal): -3303720 or 14194381. OLE color: 14194381.

HSL color Cylindrical-coordinate representation of color #CD96D8: hue angle of 290º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD96D8 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205150216-
CMYK0.050.3100.15
HSL290º45.83%71.76%-
HSV(B)290º30.56%84.71%-
XYZ48.4839.7570.08-
YUV173.97151.72150.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=35.90%
G=26.27%
B=37.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051502160.050.3100.1529045.8371.76
HexCD96D851F0F1222e48
Octal31522633053701744256110
Binary11001101100101101101100010111111011111001000101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96D8; }

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

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

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

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

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

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

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

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