#CA95FA

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

Shades of Wisteria #CA95FA

Tints of Wisteria #CA95FA

Color information

#CA95FA (or 0xCA95FA) is unknown color: approx Wisteria. HEX triplet: CA, 95 and FA. RGB value is (202,149,250). Sum of RGB (Red+Green+Blue) = 202+149+250=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95FA is #356A05. Grayscale: #B0B0B0. Windows color (decimal): -3500550 or 16422346. OLE color: 16422346.

HSL color Cylindrical-coordinate representation of color #CA95FA: hue angle of 271.49º 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 #CA95FA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202149250-
CMYK0.190.4000.02
HSL271.49º90.99%78.24%-
HSV(B)271.49º40.4%98.04%-
XYZ52.3640.9595.59-
YUV176.36169.56146.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=33.61%
G=24.79%
B=41.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021492500.190.4000.02271.4990.9978.24
HexCA95FA13280210f5b4e
Octal312225372235002417133116
Binary1100101010010101111110101001110100001010000111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95FA; }

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

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

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

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

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

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

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

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