#CD95DD

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

Shades of Wisteria #CD95DD

Tints of Wisteria #CD95DD

Color information

#CD95DD (or 0xCD95DD) is unknown color: approx Wisteria. HEX triplet: CD, 95 and DD. RGB value is (205,149,221). Sum of RGB (Red+Green+Blue) = 205+149+221=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95DD is #326A22. Grayscale: #ADADAD. Windows color (decimal): -3303971 or 14521805. OLE color: 14521805.

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

Color convert

RGB205149221-
CMYK0.070.3300.13
HSL286.67º51.43%72.55%-
HSV(B)286.67º32.58%86.67%-
XYZ48.9839.6973.49-
YUV173.95154.55150.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=35.65%
G=25.91%
B=38.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051492210.070.3300.13286.6751.4372.55
HexCD95DD7210D11f3349
Octal31522533574101543763111
Binary110011011001010111011101111100001011011000111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95DD; }

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

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

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

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

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

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

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

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