#CA96FA

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

Shades of Wisteria #CA96FA

Tints of Wisteria #CA96FA

Color information

#CA96FA (or 0xCA96FA) is unknown color: approx Wisteria. HEX triplet: CA, 96 and FA. RGB value is (202,150,250). Sum of RGB (Red+Green+Blue) = 202+150+250=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96FA is #356905. Grayscale: #B0B0B0. Windows color (decimal): -3500294 or 16422602. OLE color: 16422602.

HSL color Cylindrical-coordinate representation of color #CA96FA: hue angle of 271.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA96FA is Cyan = 0.19, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202150250-
CMYK0.190.400.02
HSL271.2º90.91%78.43%-
HSV(B)271.2º40%98.04%-
XYZ52.5241.2795.64-
YUV176.95169.23145.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=33.55%
G=24.92%
B=41.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021502500.190.400.02271.290.9178.43
HexCA96FA13280210f5b4e
Octal312226372235002417133116
Binary1100101010010110111110101001110100001010000111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96FA; }

 p { color: rgb(202,150,250); }

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

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

 a { background-color: rgb(202,150,250); }

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

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

 span { border-color: rgb(202,150,250); }

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