#CA82DC

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

Shades of Wisteria #CA82DC

Tints of Wisteria #CA82DC

Color information

#CA82DC (or 0xCA82DC) is unknown color: approx Wisteria. HEX triplet: CA, 82 and DC. RGB value is (202,130,220). Sum of RGB (Red+Green+Blue) = 202+130+220=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DC is #357D23. Grayscale: #A1A1A1. Windows color (decimal): -3505444 or 14451402. OLE color: 14451402.

HSL color Cylindrical-coordinate representation of color #CA82DC: hue angle of 288º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA82DC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202130220-
CMYK0.080.4100.14
HSL288º56.25%68.63%-
HSV(B)288º40.91%86.27%-
XYZ45.2633.6971.83-
YUV161.79160.85156.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=36.59%
G=23.55%
B=39.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021302200.080.4100.1428856.2568.63
HexCA82DC8290E1203845
Octal312202334105101644070105
Binary1100101010000010110111001000101001011101001000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82DC; }

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

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

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

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

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

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

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

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