#CA82E8

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

Shades of Wisteria #CA82E8

Tints of Wisteria #CA82E8

Color information

#CA82E8 (or 0xCA82E8) is unknown color: approx Wisteria. HEX triplet: CA, 82 and E8. RGB value is (202,130,232). Sum of RGB (Red+Green+Blue) = 202+130+232=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA82E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82E8 is #357D17. Grayscale: #A2A2A2. Windows color (decimal): -3505432 or 15237834. OLE color: 15237834.

HSL color Cylindrical-coordinate representation of color #CA82E8: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA82E8 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202130232-
CMYK0.130.4400.09
HSL282.35º68.92%70.98%-
HSV(B)282.35º43.97%90.98%-
XYZ46.9134.3580.5-
YUV163.16166.85155.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 232 (91.02% from 255) = 41.13%
R=35.82%
G=23.05%
B=41.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021302320.130.4400.09282.3568.9270.98
HexCA82E8D2C0911a4547
Octal3122023501554011432105107
Binary11001010100000101110100011011011000100110001101010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82E8; }

 p { color: rgb(202,130,232); }

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

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

 a { background-color: rgb(202,130,232); }

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

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

 span { border-color: rgb(202,130,232); }

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