#CC9BEA

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

Shades of Wisteria #CC9BEA

Tints of Wisteria #CC9BEA

Color information

#CC9BEA (or 0xCC9BEA) is unknown color: approx Wisteria. HEX triplet: CC, 9B and EA. RGB value is (204,155,234). Sum of RGB (Red+Green+Blue) = 204+155+234=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEA is #336415. Grayscale: #B2B2B2. Windows color (decimal): -3367958 or 15375308. OLE color: 15375308.

HSL color Cylindrical-coordinate representation of color #CC9BEA: hue angle of 277.22º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9BEA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204155234-
CMYK0.130.3400.08
HSL277.22º65.29%76.27%-
HSV(B)277.22º33.76%91.76%-
XYZ51.4742.2283.28-
YUV178.66159.23146.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 155 (60.94% from 255) = 26.14%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=34.40%
G=26.14%
B=39.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041552340.130.3400.08277.2265.2976.27
HexCC9BEAD2208115414c
Octal3142333521542010425101114
Binary11001100100110111110101011011000100100010001010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BEA; }

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

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

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

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

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

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

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

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