#CC98DF

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

Shades of Wisteria #CC98DF

Tints of Wisteria #CC98DF

Color information

#CC98DF (or 0xCC98DF) is unknown color: approx Wisteria. HEX triplet: CC, 98 and DF. RGB value is (204,152,223). Sum of RGB (Red+Green+Blue) = 204+152+223=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98DF is #336720. Grayscale: #AFAFAF. Windows color (decimal): -3368737 or 14653644. OLE color: 14653644.

HSL color Cylindrical-coordinate representation of color #CC98DF: hue angle of 283.94º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC98DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204152223-
CMYK0.090.3200.13
HSL283.94º52.59%73.53%-
HSV(B)283.94º31.84%87.45%-
XYZ49.4540.6275.05-
YUV175.64154.73148.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=35.23%
G=26.25%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041522230.090.3200.13283.9452.5973.53
HexCC98DF9200D11c354a
Octal314230337114001543465112
Binary1100110010011000110111111001100000011011000111001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98DF; }

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

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

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

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

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

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

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

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