#CA95FB

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

Shades of Wisteria #CA95FB

Tints of Wisteria #CA95FB

Color information

#CA95FB (or 0xCA95FB) is unknown color: approx Wisteria. HEX triplet: CA, 95 and FB. RGB value is (202,149,251). Sum of RGB (Red+Green+Blue) = 202+149+251=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95FB is #356A04. Grayscale: #B0B0B0. Windows color (decimal): -3500549 or 16487882. OLE color: 16487882.

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

Color convert

RGB202149251-
CMYK0.200.4100.02
HSL271.18º92.73%78.43%-
HSV(B)271.18º40.64%98.43%-
XYZ52.5241.0296.42-
YUV176.48170.06146.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 149 (58.59% from 255) = 24.75%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=33.55%
G=24.75%
B=41.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021492510.200.4100.02271.1892.7378.43
HexCA95FB14290210f5d4e
Octal312225373245102417135116
Binary1100101010010101111110111010010100101010000111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95FB; }

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

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

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

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

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

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

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

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