#CC98DD

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

Shades of Wisteria #CC98DD

Tints of Wisteria #CC98DD

Color information

#CC98DD (or 0xCC98DD) is unknown color: approx Wisteria. HEX triplet: CC, 98 and DD. RGB value is (204,152,221). Sum of RGB (Red+Green+Blue) = 204+152+221=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98DD is #336722. Grayscale: #AFAFAF. Windows color (decimal): -3368739 or 14522572. OLE color: 14522572.

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

Color convert

RGB204152221-
CMYK0.080.3100.13
HSL285.22º50.36%73.14%-
HSV(B)285.22º31.22%86.67%-
XYZ49.1840.5173.63-
YUV175.41153.73148.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=35.36%
G=26.34%
B=38.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041522210.080.3100.13285.2250.3673.14
HexCC98DD81F0D11d3249
Octal314230335103701543562111
Binary110011001001100011011101100011111011011000111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98DD; }

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

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

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

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

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

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

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

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