#CA9FD6

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

Shades of Wisteria #CA9FD6

Tints of Wisteria #CA9FD6

Color information

#CA9FD6 (or 0xCA9FD6) is unknown color: approx Wisteria. HEX triplet: CA, 9F and D6. RGB value is (202,159,214). Sum of RGB (Red+Green+Blue) = 202+159+214=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA9FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FD6 is #356029. Grayscale: #B1B1B1. Windows color (decimal): -3498026 or 14065610. OLE color: 14065610.

HSL color Cylindrical-coordinate representation of color #CA9FD6: hue angle of 286.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9FD6 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202159214-
CMYK0.060.2600.16
HSL286.91º40.15%73.14%-
HSV(B)286.91º25.7%83.92%-
XYZ48.8942.2169.19-
YUV178.13148.25145.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=35.13%
G=27.65%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021592140.060.2600.16286.9140.1573.14
HexCA9FD661A01011f2849
Octal31223732663202043750111
Binary110010101001111111010110110110100100001000111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FD6; }

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

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

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

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

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

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

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

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