#CA93DA

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

Shades of Wisteria #CA93DA

Tints of Wisteria #CA93DA

Color information

#CA93DA (or 0xCA93DA) is unknown color: approx Wisteria. HEX triplet: CA, 93 and DA. RGB value is (202,147,218). Sum of RGB (Red+Green+Blue) = 202+147+218=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93DA is #356C25. Grayscale: #ABABAB. Windows color (decimal): -3501094 or 14324682. OLE color: 14324682.

HSL color Cylindrical-coordinate representation of color #CA93DA: hue angle of 286.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA93DA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202147218-
CMYK0.070.3300.15
HSL286.48º48.97%71.57%-
HSV(B)286.48º32.57%85.49%-
XYZ47.4538.4971.26-
YUV171.54154.22149.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=35.63%
G=25.93%
B=38.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021472180.070.3300.15286.4848.9771.57
HexCA93DA7210F11e3148
Octal31222333274101743661110
Binary110010101001001111011010111100001011111000111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93DA; }

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

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

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

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

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

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

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

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