#CA95DD

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

Shades of Wisteria #CA95DD

Tints of Wisteria #CA95DD

Color information

#CA95DD (or 0xCA95DD) is unknown color: approx Wisteria. HEX triplet: CA, 95 and DD. RGB value is (202,149,221). Sum of RGB (Red+Green+Blue) = 202+149+221=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95DD is #356A22. Grayscale: #ACACAC. Windows color (decimal): -3500579 or 14521802. OLE color: 14521802.

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

Color convert

RGB202149221-
CMYK0.090.3300.13
HSL284.17º51.43%72.55%-
HSV(B)284.17º32.58%86.67%-
XYZ48.1639.2773.45-
YUV173.06155.06148.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=35.31%
G=26.05%
B=38.64%

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
Decimal2021492210.090.3300.13284.1751.4372.55
HexCA95DD9210D11c3349
Octal312225335114101543463111
Binary1100101010010101110111011001100001011011000111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95DD; }

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

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

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

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

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

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

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

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