#C7AADA

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

Shades of Perfume #C7AADA

Tints of Perfume #C7AADA

Color information

#C7AADA (or 0xC7AADA) is unknown color: approx Perfume. HEX triplet: C7, AA and DA. RGB value is (199,170,218). Sum of RGB (Red+Green+Blue) = 199+170+218=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADA is #385525. Grayscale: #B7B7B7. Windows color (decimal): -3691814 or 14330567. OLE color: 14330567.

HSL color Cylindrical-coordinate representation of color #C7AADA: hue angle of 276.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AADA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199170218-
CMYK0.090.2200.15
HSL276.25º39.34%76.08%-
HSV(B)276.25º22.02%85.49%-
XYZ50.5845.9572.53-
YUV184.14147.11138.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.90%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=33.90%
G=28.96%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991702180.090.2200.15276.2539.3476.08
HexC7AADA9160F114274c
Octal307252332112601742447114
Binary110001111010101011011010100110110011111000101001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AADA; }

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

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

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

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

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

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

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

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