#CA95D5

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

Shades of Wisteria #CA95D5

Tints of Wisteria #CA95D5

Color information

#CA95D5 (or 0xCA95D5) is unknown color: approx Wisteria. HEX triplet: CA, 95 and D5. RGB value is (202,149,213). Sum of RGB (Red+Green+Blue) = 202+149+213=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA95D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95D5 is #356A2A. Grayscale: #ABABAB. Windows color (decimal): -3500587 or 13997514. OLE color: 13997514.

HSL color Cylindrical-coordinate representation of color #CA95D5: hue angle of 289.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA95D5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202149213-
CMYK0.050.3000.16
HSL289.69º43.24%70.98%-
HSV(B)289.69º30.05%83.53%-
XYZ47.1138.8667.97-
YUV172.14151.06149.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=35.82%
G=26.42%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021492130.050.3000.16289.6943.2470.98
HexCA95D551E0101222b47
Octal31222532553602044253107
Binary110010101001010111010101101111100100001001000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95D5; }

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

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

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

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

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

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

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

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