#C7AADD

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

Shades of Perfume #C7AADD

Tints of Perfume #C7AADD

Color information

#C7AADD (or 0xC7AADD) is unknown color: approx Perfume. HEX triplet: C7, AA and DD. RGB value is (199,170,221). Sum of RGB (Red+Green+Blue) = 199+170+221=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADD is #385522. Grayscale: #B8B8B8. Windows color (decimal): -3691811 or 14527175. OLE color: 14527175.

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

Color convert

RGB199170221-
CMYK0.100.2300.13
HSL274.12º42.86%76.67%-
HSV(B)274.12º23.08%86.67%-
XYZ50.9846.1174.62-
YUV184.48148.61138.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=33.73%
G=28.81%
B=37.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991702210.100.2300.13274.1242.8676.67
HexC7AADDA170D1122b4d
Octal307252335122701542253115
Binary110001111010101011011101101010111011011000100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AADD; }

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

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

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

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

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

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

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

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