#CC9FE4

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

Shades of Wisteria #CC9FE4

Tints of Wisteria #CC9FE4

Color information

#CC9FE4 (or 0xCC9FE4) is unknown color: approx Wisteria. HEX triplet: CC, 9F and E4. RGB value is (204,159,228). Sum of RGB (Red+Green+Blue) = 204+159+228=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC9FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FE4 is #33601B. Grayscale: #B4B4B4. Windows color (decimal): -3366940 or 14983116. OLE color: 14983116.

HSL color Cylindrical-coordinate representation of color #CC9FE4: hue angle of 279.13º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9FE4 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204159228-
CMYK0.110.3000.11
HSL279.13º56.1%75.88%-
HSV(B)279.13º30.26%89.41%-
XYZ51.343.2479.04-
YUV180.32154.91144.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=34.52%
G=26.90%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041592280.110.3000.11279.1356.175.88
HexCC9FE4B1E0B117384c
Octal314237344133601342770114
Binary110011001001111111100100101111110010111000101111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FE4; }

 p { color: rgb(204,159,228); }

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

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

 a { background-color: rgb(204,159,228); }

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

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

 span { border-color: rgb(204,159,228); }

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