#CA82DE

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

Shades of Wisteria #CA82DE

Tints of Wisteria #CA82DE

Color information

#CA82DE (or 0xCA82DE) is unknown color: approx Wisteria. HEX triplet: CA, 82 and DE. RGB value is (202,130,222). Sum of RGB (Red+Green+Blue) = 202+130+222=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DE is #357D21. Grayscale: #A1A1A1. Windows color (decimal): -3505442 or 14582474. OLE color: 14582474.

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

Color convert

RGB202130222-
CMYK0.090.4100.13
HSL286.96º58.23%69.02%-
HSV(B)286.96º41.44%87.06%-
XYZ45.5233.873.23-
YUV162.02161.85156.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=36.46%
G=23.47%
B=40.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021302220.090.4100.13286.9658.2369.02
HexCA82DE9290D11f3a45
Octal312202336115101543772105
Binary1100101010000010110111101001101001011011000111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82DE; }

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

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

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

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

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

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

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

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