#C7A7F5

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

Shades of Perfume #C7A7F5

Tints of Perfume #C7A7F5

Color information

#C7A7F5 (or 0xC7A7F5) is unknown color: approx Perfume. HEX triplet: C7, A7 and F5. RGB value is (199,167,245). Sum of RGB (Red+Green+Blue) = 199+167+245=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #C7A7F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A7F5 is #38580A. Grayscale: #B9B9B9. Windows color (decimal): -3692555 or 16099271. OLE color: 16099271.

HSL color Cylindrical-coordinate representation of color #C7A7F5: hue angle of 264.62º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A7F5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199167245-
CMYK0.190.3200.04
HSL264.62º79.59%80.78%-
HSV(B)264.62º31.84%96.08%-
XYZ53.8546.3792.5-
YUV185.46161.6137.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=32.57%
G=27.33%
B=40.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991672450.190.3200.04264.6279.5980.78
HexC7A7F51320041095051
Octal307247365234004411120121
Binary11000111101001111111010110011100000010010000100110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A7F5; }

 p { color: rgb(199,167,245); }

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

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

 a { background-color: rgb(199,167,245); }

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

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

 span { border-color: rgb(199,167,245); }

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