#CA8CF3

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

Shades of Wisteria #CA8CF3

Tints of Wisteria #CA8CF3

Color information

#CA8CF3 (or 0xCA8CF3) is unknown color: approx Wisteria. HEX triplet: CA, 8C and F3. RGB value is (202,140,243). Sum of RGB (Red+Green+Blue) = 202+140+243=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA8CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CF3 is #35730C. Grayscale: #A9A9A9. Windows color (decimal): -3502861 or 15961290. OLE color: 15961290.

HSL color Cylindrical-coordinate representation of color #CA8CF3: hue angle of 276.12º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8CF3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202140243-
CMYK0.170.4200.05
HSL276.12º81.1%75.1%-
HSV(B)276.12º42.39%95.29%-
XYZ49.9137.7889.46-
YUV170.28169.04150.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 140 (55.08% from 255) = 23.93%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=34.53%
G=23.93%
B=41.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021402430.170.4200.05276.1281.175.1
HexCA8CF3112A05114514b
Octal312214363215205424121113
Binary11001010100011001111001110001101010010110001010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CF3; }

 p { color: rgb(202,140,243); }

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

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

 a { background-color: rgb(202,140,243); }

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

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

 span { border-color: rgb(202,140,243); }

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