#CC95EB

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

Shades of Wisteria #CC95EB

Tints of Wisteria #CC95EB

Color information

#CC95EB (or 0xCC95EB) is unknown color: approx Wisteria. HEX triplet: CC, 95 and EB. RGB value is (204,149,235). Sum of RGB (Red+Green+Blue) = 204+149+235=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC95EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC95EB is #336A14. Grayscale: #AEAEAE. Windows color (decimal): -3369493 or 15439308. OLE color: 15439308.

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

Color convert

RGB204149235-
CMYK0.130.3700.08
HSL278.37º68.25%75.29%-
HSV(B)278.37º36.6%92.16%-
XYZ50.6440.3383.71-
YUV175.25161.72148.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=34.69%
G=25.34%
B=39.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041492350.130.3700.08278.3768.2575.29
HexCC95EBD2508116444b
Octal3142253531545010426104113
Binary11001100100101011110101111011001010100010001011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC95EB; }

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

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

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

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

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

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

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

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