#CA93D5

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

Shades of Wisteria #CA93D5

Tints of Wisteria #CA93D5

Color information

#CA93D5 (or 0xCA93D5) is unknown color: approx Wisteria. HEX triplet: CA, 93 and D5. RGB value is (202,147,213). Sum of RGB (Red+Green+Blue) = 202+147+213=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA93D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93D5 is #356C2A. Grayscale: #AAAAAA. Windows color (decimal): -3501099 or 13997002. OLE color: 13997002.

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

Color convert

RGB202147213-
CMYK0.050.3100.16
HSL290º44%70.59%-
HSV(B)290º30.99%83.53%-
XYZ46.838.2367.86-
YUV170.97151.72150.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=35.94%
G=26.16%
B=37.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021472130.050.3100.162904470.59
HexCA93D551F0101222c47
Octal31222332553702044254107
Binary110010101001001111010101101111110100001001000101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93D5; }

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

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

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

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

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

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

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

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