#CC9BF4

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

Shades of Wisteria #CC9BF4

Tints of Wisteria #CC9BF4

Color information

#CC9BF4 (or 0xCC9BF4) is unknown color: approx Wisteria. HEX triplet: CC, 9B and F4. RGB value is (204,155,244). Sum of RGB (Red+Green+Blue) = 204+155+244=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC9BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BF4 is #33640B. Grayscale: #B3B3B3. Windows color (decimal): -3367948 or 16030668. OLE color: 16030668.

HSL color Cylindrical-coordinate representation of color #CC9BF4: hue angle of 273.03º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9BF4 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204155244-
CMYK0.160.3600.04
HSL273.03º80.18%78.24%-
HSV(B)273.03º36.48%95.69%-
XYZ52.9542.8191.06-
YUV179.8164.23145.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 244 (95.70% from 255) = 40.46%
R=33.83%
G=25.70%
B=40.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041552440.160.3600.04273.0380.1878.24
HexCC9BF4102404111504e
Octal314233364204404421120116
Binary11001100100110111111010010000100100010010001000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BF4; }

 p { color: rgb(204,155,244); }

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

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

 a { background-color: rgb(204,155,244); }

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

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

 span { border-color: rgb(204,155,244); }

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