#CC9BEB

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

Shades of Wisteria #CC9BEB

Tints of Wisteria #CC9BEB

Color information

#CC9BEB (or 0xCC9BEB) is unknown color: approx Wisteria. HEX triplet: CC, 9B and EB. RGB value is (204,155,235). Sum of RGB (Red+Green+Blue) = 204+155+235=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BEB is #336414. Grayscale: #B2B2B2. Windows color (decimal): -3367957 or 15440844. OLE color: 15440844.

HSL color Cylindrical-coordinate representation of color #CC9BEB: hue angle of 276.75º degrees, saturation: 0.67, 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 #CC9BEB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204155235-
CMYK0.130.3400.08
HSL276.75º66.67%76.47%-
HSV(B)276.75º34.04%92.16%-
XYZ51.6242.2884.04-
YUV178.77159.73146-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=34.34%
G=26.09%
B=39.56%

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
Decimal2041552350.130.3400.08276.7566.6776.47
HexCC9BEBD2208115434c
Octal3142333531542010425103114
Binary11001100100110111110101111011000100100010001010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BEB; }

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

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

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

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

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

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

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

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