#C7A5EC

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

Shades of Perfume #C7A5EC

Tints of Perfume #C7A5EC

Color information

#C7A5EC (or 0xC7A5EC) is unknown color: approx Perfume. HEX triplet: C7, A5 and EC. RGB value is (199,165,236). Sum of RGB (Red+Green+Blue) = 199+165+236=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7A5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5EC is #385A13. Grayscale: #B7B7B7. Windows color (decimal): -3693076 or 15508935. OLE color: 15508935.

HSL color Cylindrical-coordinate representation of color #C7A5EC: hue angle of 268.73º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7A5EC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199165236-
CMYK0.160.3000.07
HSL268.73º65.14%78.63%-
HSV(B)268.73º30.08%92.55%-
XYZ52.1545.1185.32-
YUV183.26157.76139.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=33.17%
G=27.5%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991652360.160.3000.07268.7365.1478.63
HexC7A5EC101E0710d414f
Octal307245354203607415101117
Binary1100011110100101111011001000011110011110000110110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5EC; }

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

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

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

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

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

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

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

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