#CC94F9

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

Shades of Wisteria #CC94F9

Tints of Wisteria #CC94F9

Color information

#CC94F9 (or 0xCC94F9) is unknown color: approx Wisteria. HEX triplet: CC, 94 and F9. RGB value is (204,148,249). Sum of RGB (Red+Green+Blue) = 204+148+249=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC94F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC94F9 is #336B06. Grayscale: #AFAFAF. Windows color (decimal): -3369735 or 16356556. OLE color: 16356556.

HSL color Cylindrical-coordinate representation of color #CC94F9: hue angle of 273.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC94F9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204148249-
CMYK0.180.4100.02
HSL273.27º89.38%77.84%-
HSV(B)273.27º40.56%97.65%-
XYZ52.5940.8694.74-
YUV176.26169.05147.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=33.94%
G=24.63%
B=41.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041482490.180.4100.02273.2789.3877.84
HexCC94F9122902111594e
Octal314224371225102421131116
Binary1100110010010100111110011001010100101010001000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94F9; }

 p { color: rgb(204,148,249); }

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

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

 a { background-color: rgb(204,148,249); }

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

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

 span { border-color: rgb(204,148,249); }

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