#CD98DD

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

Shades of Wisteria #CD98DD

Tints of Wisteria #CD98DD

Color information

#CD98DD (or 0xCD98DD) is unknown color: approx Wisteria. HEX triplet: CD, 98 and DD. RGB value is (205,152,221). Sum of RGB (Red+Green+Blue) = 205+152+221=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98DD is #326722. Grayscale: #AFAFAF. Windows color (decimal): -3303203 or 14522573. OLE color: 14522573.

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

Color convert

RGB205152221-
CMYK0.070.3100.13
HSL286.09º50.36%73.14%-
HSV(B)286.09º31.22%86.67%-
XYZ49.4640.6673.65-
YUV175.71153.56148.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=35.47%
G=26.30%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051522210.070.3100.13286.0950.3673.14
HexCD98DD71F0D11e3249
Octal31523033573701543662111
Binary11001101100110001101110111111111011011000111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98DD; }

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

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

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

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

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

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

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

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