#CA9FF0

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

Shades of Wisteria #CA9FF0

Tints of Wisteria #CA9FF0

Color information

#CA9FF0 (or 0xCA9FF0) is unknown color: approx Wisteria. HEX triplet: CA, 9F and F0. RGB value is (202,159,240). Sum of RGB (Red+Green+Blue) = 202+159+240=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FF0 is #35600F. Grayscale: #B4B4B4. Windows color (decimal): -3498000 or 15769546. OLE color: 15769546.

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

Color convert

RGB202159240-
CMYK0.160.3400.06
HSL271.85º72.97%78.24%-
HSV(B)271.85º33.75%94.12%-
XYZ52.4843.6488.1-
YUV181.09161.25142.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=33.61%
G=26.46%
B=39.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021592400.160.3400.06271.8572.9778.24
HexCA9FF0102206110494e
Octal312237360204206420111116
Binary11001010100111111111000010000100010011010001000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FF0; }

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

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

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

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

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

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

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

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