#c7a5f7

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

Shades of Perfume #C7A5F7

Tints of Perfume #C7A5F7

Color information

#C7A5F7 (or 0xC7A5F7) is unknown color: approx Perfume. HEX triplet: C7, A5 and F7. RGB value is (199,165,247). Sum of RGB (Red+Green+Blue) = 199+165+247=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7A5F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5F7 is #385A08. Grayscale: #B8B8B8. Windows color (decimal): -3693065 or 16229831. OLE color: 16229831.

HSL color Cylindrical-coordinate representation of color #C7A5F7: hue angle of 264.88º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7A5F7 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB199165247-
CMYK0.190.3300.03
HSL264.88º83.67%80.78%-
HSV(B)264.88º33.2%96.86%-
XYZ53.845.7793.99-
YUV184.51163.26138.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 165 (64.84% from 255) = 27.00%
BLUE value IS 247 (96.88% from 255) = 40.43%
R=32.57%
G=27.00%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1991652470.190.3300.03264.8883.6780.78
HexC7A5F71321031095451
Octal307245367234103411124121
Binary1100011110100101111101111001110000101110000100110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a5f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a5f7; }

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

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

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

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

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

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

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

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