#CC95E0

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

Shades of Wisteria #CC95E0

Tints of Wisteria #CC95E0

Color information

#CC95E0 (or 0xCC95E0) is unknown color: approx Wisteria. HEX triplet: CC, 95 and E0. RGB value is (204,149,224). Sum of RGB (Red+Green+Blue) = 204+149+224=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95E0 is #336A1F. Grayscale: #ADADAD. Windows color (decimal): -3369504 or 14718412. OLE color: 14718412.

HSL color Cylindrical-coordinate representation of color #CC95E0: hue angle of 284º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC95E0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204149224-
CMYK0.090.3300.12
HSL284º54.74%73.14%-
HSV(B)284º33.48%87.84%-
XYZ49.139.7175.6-
YUV174156.22149.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 224 (87.89% from 255) = 38.82%
R=35.36%
G=25.82%
B=38.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041492240.090.3300.1228454.7473.14
HexCC95E09210C11c3749
Octal314225340114101443467111
Binary1100110010010101111000001001100001011001000111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95E0; }

 p { color: rgb(204,149,224); }

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

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

 a { background-color: rgb(204,149,224); }

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

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

 span { border-color: rgb(204,149,224); }

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