#CC9BF2

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

Shades of Wisteria #CC9BF2

Tints of Wisteria #CC9BF2

Color information

#CC9BF2 (or 0xCC9BF2) is unknown color: approx Wisteria. HEX triplet: CC, 9B and F2. RGB value is (204,155,242). Sum of RGB (Red+Green+Blue) = 204+155+242=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC9BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BF2 is #33640D. Grayscale: #B3B3B3. Windows color (decimal): -3367950 or 15899596. OLE color: 15899596.

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

Color convert

RGB204155242-
CMYK0.160.3600.05
HSL273.79º76.99%77.84%-
HSV(B)273.79º35.95%94.9%-
XYZ52.6542.6989.47-
YUV179.57163.23145.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=33.94%
G=25.79%
B=40.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041552420.160.3600.05273.7976.9977.84
HexCC9BF21024051124d4e
Octal314233362204405422115116
Binary11001100100110111111001010000100100010110001001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BF2; }

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

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

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

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

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

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

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

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