#CA99F7

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

Shades of Wisteria #CA99F7

Tints of Wisteria #CA99F7

Color information

#CA99F7 (or 0xCA99F7) is unknown color: approx Wisteria. HEX triplet: CA, 99 and F7. RGB value is (202,153,247). Sum of RGB (Red+Green+Blue) = 202+153+247=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99F7 is #356608. Grayscale: #B2B2B2. Windows color (decimal): -3499529 or 16226762. OLE color: 16226762.

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

Color convert

RGB202153247-
CMYK0.180.3800.03
HSL271.28º85.45%78.43%-
HSV(B)271.28º38.06%96.86%-
XYZ52.5442.0593.34-
YUV178.37166.73144.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=33.55%
G=25.42%
B=41.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021532470.180.3800.03271.2885.4578.43
HexCA99F712260310f554e
Octal312231367224603417125116
Binary1100101010011001111101111001010011001110000111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99F7; }

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

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

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

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

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

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

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

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