#ca8df2

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

Shades of Wisteria #CA8DF2

Tints of Wisteria #CA8DF2

Color information

#CA8DF2 (or 0xCA8DF2) is unknown color: approx Wisteria. HEX triplet: CA, 8D and F2. RGB value is (202,141,242). Sum of RGB (Red+Green+Blue) = 202+141+242=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA8DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DF2 is #35720D. Grayscale: #AAAAAA. Windows color (decimal): -3502606 or 15896010. OLE color: 15896010.

HSL color Cylindrical-coordinate representation of color #CA8DF2: hue angle of 276.24º degrees, saturation: 0.8, 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 #CA8DF2 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202141242-
CMYK0.170.4200.05
HSL276.24º79.53%75.1%-
HSV(B)276.24º41.74%94.9%-
XYZ49.9138.0288.71-
YUV170.75168.21150.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=34.53%
G=24.10%
B=41.37%

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
Decimal2021412420.170.4200.05276.2479.5375.1
HexCA8DF2112A05114504b
Octal312215362215205424120113
Binary11001010100011011111001010001101010010110001010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8df2; }

 p { color: rgb(202,141,242); }

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

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

 a { background-color: rgb(202,141,242); }

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

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

 span { border-color: rgb(202,141,242); }

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