#CA95E5

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

Shades of Wisteria #CA95E5

Tints of Wisteria #CA95E5

Color information

#CA95E5 (or 0xCA95E5) is unknown color: approx Wisteria. HEX triplet: CA, 95 and E5. RGB value is (202,149,229). Sum of RGB (Red+Green+Blue) = 202+149+229=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95E5 is #356A1A. Grayscale: #ADADAD. Windows color (decimal): -3500571 or 15046090. OLE color: 15046090.

HSL color Cylindrical-coordinate representation of color #CA95E5: hue angle of 279.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA95E5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202149229-
CMYK0.120.3500.10
HSL279.75º60.61%74.12%-
HSV(B)279.75º34.93%89.8%-
XYZ49.2539.7179.2-
YUV173.97159.06148-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 229 (89.84% from 255) = 39.48%
R=34.83%
G=25.69%
B=39.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021492290.120.3500.10279.7560.6174.12
HexCA95E5C230A1183d4a
Octal312225345144301243075112
Binary1100101010010101111001011100100011010101000110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95E5; }

 p { color: rgb(202,149,229); }

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

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

 a { background-color: rgb(202,149,229); }

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

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

 span { border-color: rgb(202,149,229); }

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