#CA9FDD

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

Shades of Wisteria #CA9FDD

Tints of Wisteria #CA9FDD

Color information

#CA9FDD (or 0xCA9FDD) is unknown color: approx Wisteria. HEX triplet: CA, 9F and DD. RGB value is (202,159,221). Sum of RGB (Red+Green+Blue) = 202+159+221=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDD is #356022. Grayscale: #B2B2B2. Windows color (decimal): -3498019 or 14524362. OLE color: 14524362.

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

Color convert

RGB202159221-
CMYK0.090.2800.13
HSL281.61º47.69%74.51%-
HSV(B)281.61º28.05%86.67%-
XYZ49.8142.5774-
YUV178.92151.75144.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=34.71%
G=27.32%
B=37.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021592210.090.2800.13281.6147.6974.51
HexCA9FDD91C0D11a304b
Octal312237335113401543260113
Binary110010101001111111011101100111100011011000110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FDD; }

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

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

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

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

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

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

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

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