#CA99F6

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

Shades of Wisteria #CA99F6

Tints of Wisteria #CA99F6

Color information

#CA99F6 (or 0xCA99F6) is unknown color: approx Wisteria. HEX triplet: CA, 99 and F6. RGB value is (202,153,246). Sum of RGB (Red+Green+Blue) = 202+153+246=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99F6 is #356609. Grayscale: #B1B1B1. Windows color (decimal): -3499530 or 16161226. OLE color: 16161226.

HSL color Cylindrical-coordinate representation of color #CA99F6: hue angle of 271.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA99F6 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202153246-
CMYK0.180.3800.04
HSL271.61º83.78%78.24%-
HSV(B)271.61º37.8%96.47%-
XYZ52.3841.9992.53-
YUV178.25166.23144.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 246 (96.48% from 255) = 40.93%
R=33.61%
G=25.46%
B=40.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021532460.180.3800.04271.6183.7878.24
HexCA99F6122604110544e
Octal312231366224604420124116
Binary11001010100110011111011010010100110010010001000010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99F6; }

 p { color: rgb(202,153,246); }

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

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

 a { background-color: rgb(202,153,246); }

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

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

 span { border-color: rgb(202,153,246); }

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