#CA93DD

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

Shades of Wisteria #CA93DD

Tints of Wisteria #CA93DD

Color information

#CA93DD (or 0xCA93DD) is unknown color: approx Wisteria. HEX triplet: CA, 93 and DD. RGB value is (202,147,221). Sum of RGB (Red+Green+Blue) = 202+147+221=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93DD is #356C22. Grayscale: #ABABAB. Windows color (decimal): -3501091 or 14521290. OLE color: 14521290.

HSL color Cylindrical-coordinate representation of color #CA93DD: hue angle of 284.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA93DD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202147221-
CMYK0.090.3300.13
HSL284.59º52.11%72.16%-
HSV(B)284.59º33.48%86.67%-
XYZ47.8438.6473.34-
YUV171.88155.72149.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=35.44%
G=25.79%
B=38.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021472210.090.3300.13284.5952.1172.16
HexCA93DD9210D11d3448
Octal312223335114101543564110
Binary1100101010010011110111011001100001011011000111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93DD; }

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

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

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

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

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

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

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

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