#C6A4F2

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

Shades of Perfume #C6A4F2

Tints of Perfume #C6A4F2

Color information

#C6A4F2 (or 0xC6A4F2) is unknown color: approx Perfume. HEX triplet: C6, A4 and F2. RGB value is (198,164,242). Sum of RGB (Red+Green+Blue) = 198+164+242=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6A4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A4F2 is #395B0D. Grayscale: #B6B6B6. Windows color (decimal): -3758862 or 15901894. OLE color: 15901894.

HSL color Cylindrical-coordinate representation of color #C6A4F2: hue angle of 266.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6A4F2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198164242-
CMYK0.180.3200.05
HSL266.15º75%79.61%-
HSV(B)266.15º32.23%94.9%-
XYZ52.5944.9789.91-
YUV183.06161.26138.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=32.78%
G=27.15%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981642420.180.3200.05266.157579.61
HexC6A4F212200510a4b50
Octal306244362224005412113120
Binary11000110101001001111001010010100000010110000101010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4F2; }

 p { color: rgb(198,164,242); }

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

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

 a { background-color: rgb(198,164,242); }

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

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

 span { border-color: rgb(198,164,242); }

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