#CA93FB

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

Shades of Wisteria #CA93FB

Tints of Wisteria #CA93FB

Color information

#CA93FB (or 0xCA93FB) is unknown color: approx Wisteria. HEX triplet: CA, 93 and FB. RGB value is (202,147,251). Sum of RGB (Red+Green+Blue) = 202+147+251=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93FB is #356C04. Grayscale: #AEAEAE. Windows color (decimal): -3501061 or 16487370. OLE color: 16487370.

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

Color convert

RGB202147251-
CMYK0.200.4100.02
HSL271.73º92.86%78.04%-
HSV(B)271.73º41.43%98.43%-
XYZ52.240.3996.31-
YUV175.3170.72147.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 147 (57.81% from 255) = 24.5%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=33.67%
G=24.5%
B=41.83%

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
Decimal2021472510.200.4100.02271.7392.8678.04
HexCA93FB1429021105d4e
Octal312223373245102420135116
Binary1100101010010011111110111010010100101010001000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93FB; }

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

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

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

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

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

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

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

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