#C7A5DD

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

Shades of Wisteria #C7A5DD

Tints of Wisteria #C7A5DD

Color information

#C7A5DD (or 0xC7A5DD) is unknown color: approx Wisteria. HEX triplet: C7, A5 and DD. RGB value is (199,165,221). Sum of RGB (Red+Green+Blue) = 199+165+221=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5DD is #385A22. Grayscale: #B5B5B5. Windows color (decimal): -3693091 or 14525895. OLE color: 14525895.

HSL color Cylindrical-coordinate representation of color #C7A5DD: hue angle of 276.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7A5DD is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199165221-
CMYK0.100.2500.13
HSL276.43º45.16%75.69%-
HSV(B)276.43º25.34%86.67%-
XYZ50.0644.2774.31-
YUV181.55150.26140.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.02%
GREEN value IS 165 (64.84% from 255) = 28.21%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=34.02%
G=28.21%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991652210.100.2500.13276.4345.1675.69
HexC7A5DDA190D1142d4c
Octal307245335123101542455114
Binary110001111010010111011101101011001011011000101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5DD; }

 p { color: rgb(199,165,221); }

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

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

 a { background-color: rgb(199,165,221); }

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

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

 span { border-color: rgb(199,165,221); }

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