#CA83DC

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

Shades of Wisteria #CA83DC

Tints of Wisteria #CA83DC

Color information

#CA83DC (or 0xCA83DC) is unknown color: approx Wisteria. HEX triplet: CA, 83 and DC. RGB value is (202,131,220). Sum of RGB (Red+Green+Blue) = 202+131+220=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DC is #357C23. Grayscale: #A2A2A2. Windows color (decimal): -3505188 or 14451658. OLE color: 14451658.

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

Color convert

RGB202131220-
CMYK0.080.4000.14
HSL287.87º55.97%68.82%-
HSV(B)287.87º40.45%86.27%-
XYZ45.3933.9671.87-
YUV162.38160.52156.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=36.53%
G=23.69%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021312200.080.4000.14287.8755.9768.82
HexCA83DC8280E1203845
Octal312203334105001644070105
Binary1100101010000011110111001000101000011101001000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83DC; }

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

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

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

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

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

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

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

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