#CC98F7

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

Shades of Wisteria #CC98F7

Tints of Wisteria #CC98F7

Color information

#CC98F7 (or 0xCC98F7) is unknown color: approx Wisteria. HEX triplet: CC, 98 and F7. RGB value is (204,152,247). Sum of RGB (Red+Green+Blue) = 204+152+247=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC98F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98F7 is #336708. Grayscale: #B2B2B2. Windows color (decimal): -3368713 or 16226508. OLE color: 16226508.

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

Color convert

RGB204152247-
CMYK0.170.3800.03
HSL272.84º85.59%78.24%-
HSV(B)272.84º38.46%96.86%-
XYZ52.9242.0193.32-
YUV178.38166.73146.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 152 (59.77% from 255) = 25.21%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=33.83%
G=25.21%
B=40.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041522470.170.3800.03272.8485.5978.24
HexCC98F7112603111564e
Octal314230367214603421126116
Binary1100110010011000111101111000110011001110001000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC98F7; }

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

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

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

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

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

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

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

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