#CA8FFE

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

Shades of Wisteria #CA8FFE

Tints of Wisteria #CA8FFE

Color information

#CA8FFE (or 0xCA8FFE) is unknown color: approx Wisteria. HEX triplet: CA, 8F and FE. RGB value is (202,143,254). Sum of RGB (Red+Green+Blue) = 202+143+254=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FFE is #357001. Grayscale: #ACACAC. Windows color (decimal): -3502082 or 16682954. OLE color: 16682954.

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

Color convert

RGB202143254-
CMYK0.200.4400.00
HSL271.89º98.23%77.84%-
HSV(B)271.89º43.7%99.61%-
XYZ52.0739.3698.62-
YUV173.3173.55148.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=33.72%
G=23.87%
B=42.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021432540.200.4400.00271.8998.2377.84
HexCA8FFE142C00110624e
Octal312217376245400420142116
Binary110010101000111111111110101001011000010001000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FFE; }

 p { color: rgb(202,143,254); }

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

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

 a { background-color: rgb(202,143,254); }

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

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

 span { border-color: rgb(202,143,254); }

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