#CD95DE

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

Shades of Wisteria #CD95DE

Tints of Wisteria #CD95DE

Color information

#CD95DE (or 0xCD95DE) is unknown color: approx Wisteria. HEX triplet: CD, 95 and DE. RGB value is (205,149,222). Sum of RGB (Red+Green+Blue) = 205+149+222=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95DE is #326A21. Grayscale: #ADADAD. Windows color (decimal): -3303970 or 14587341. OLE color: 14587341.

HSL color Cylindrical-coordinate representation of color #CD95DE: hue angle of 286.03º 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 #CD95DE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205149222-
CMYK0.080.3300.13
HSL286.03º52.52%72.75%-
HSV(B)286.03º32.88%87.06%-
XYZ49.1139.7574.19-
YUV174.07155.05150.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=35.59%
G=25.87%
B=38.54%

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
Decimal2051492220.080.3300.13286.0352.5272.75
HexCD95DE8210D11e3549
Octal315225336104101543665111
Binary1100110110010101110111101000100001011011000111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95DE; }

 p { color: rgb(205,149,222); }

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

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

 a { background-color: rgb(205,149,222); }

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

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

 span { border-color: rgb(205,149,222); }

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