#CA8DF8

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

Shades of Wisteria #CA8DF8

Tints of Wisteria #CA8DF8

Color information

#CA8DF8 (or 0xCA8DF8) is unknown color: approx Wisteria. HEX triplet: CA, 8D and F8. RGB value is (202,141,248). Sum of RGB (Red+Green+Blue) = 202+141+248=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA8DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DF8 is #357207. Grayscale: #ABABAB. Windows color (decimal): -3502600 or 16289226. OLE color: 16289226.

HSL color Cylindrical-coordinate representation of color #CA8DF8: hue angle of 274.21º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8DF8 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202141248-
CMYK0.190.4300.03
HSL274.21º88.43%76.27%-
HSV(B)274.21º43.15%97.25%-
XYZ50.8338.3893.54-
YUV171.44171.21149.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 248 (97.27% from 255) = 41.96%
R=34.18%
G=23.86%
B=41.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021412480.190.4300.03274.2188.4376.27
HexCA8DF8132B03112584c
Octal312215370235303422130114
Binary1100101010001101111110001001110101101110001001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DF8; }

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

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

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

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

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

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

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

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