#CC99F8

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

Shades of Wisteria #CC99F8

Tints of Wisteria #CC99F8

Color information

#CC99F8 (or 0xCC99F8) is unknown color: approx Wisteria. HEX triplet: CC, 99 and F8. RGB value is (204,153,248). Sum of RGB (Red+Green+Blue) = 204+153+248=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC99F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99F8 is #336607. Grayscale: #B2B2B2. Windows color (decimal): -3368456 or 16292300. OLE color: 16292300.

HSL color Cylindrical-coordinate representation of color #CC99F8: hue angle of 272.21º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC99F8 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204153248-
CMYK0.180.3800.03
HSL272.21º87.16%78.63%-
HSV(B)272.21º38.31%97.25%-
XYZ53.2442.494.18-
YUV179.08166.9145.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 25.29%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=33.72%
G=25.29%
B=40.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041532480.180.3800.03272.2187.1678.63
HexCC99F8122603110574f
Octal314231370224603420127117
Binary1100110010011001111110001001010011001110001000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99F8; }

 p { color: rgb(204,153,248); }

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

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

 a { background-color: rgb(204,153,248); }

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

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

 span { border-color: rgb(204,153,248); }

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