#CA9BF4

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

Shades of Wisteria #CA9BF4

Tints of Wisteria #CA9BF4

Color information

#CA9BF4 (or 0xCA9BF4) is unknown color: approx Wisteria. HEX triplet: CA, 9B and F4. RGB value is (202,155,244). Sum of RGB (Red+Green+Blue) = 202+155+244=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA9BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BF4 is #35640B. Grayscale: #B2B2B2. Windows color (decimal): -3499020 or 16030666. OLE color: 16030666.

HSL color Cylindrical-coordinate representation of color #CA9BF4: hue angle of 271.69º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA9BF4 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202155244-
CMYK0.170.3600.04
HSL271.69º80.18%78.24%-
HSV(B)271.69º36.48%95.69%-
XYZ52.4142.5391.04-
YUV179.2164.57144.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=33.61%
G=25.79%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021552440.170.3600.04271.6980.1878.24
HexCA9BF4112404110504e
Octal312233364214404420120116
Binary11001010100110111111010010001100100010010001000010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BF4; }

 p { color: rgb(202,155,244); }

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

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

 a { background-color: rgb(202,155,244); }

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

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

 span { border-color: rgb(202,155,244); }

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