#C6A9FB

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

Shades of Perfume #C6A9FB

Tints of Perfume #C6A9FB

Color information

#C6A9FB (or 0xC6A9FB) is unknown color: approx Perfume. HEX triplet: C6, A9 and FB. RGB value is (198,169,251). Sum of RGB (Red+Green+Blue) = 198+169+251=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9FB is #395604. Grayscale: #BABABA. Windows color (decimal): -3757573 or 16492998. OLE color: 16492998.

HSL color Cylindrical-coordinate representation of color #C6A9FB: hue angle of 261.22º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6A9FB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198169251-
CMYK0.210.3300.02
HSL261.22º91.11%82.35%-
HSV(B)261.22º32.67%98.43%-
XYZ54.8947.3597.51-
YUV187.02164.11135.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.04%
GREEN value IS 169 (66.41% from 255) = 27.35%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=32.04%
G=27.35%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981692510.210.3300.02261.2291.1182.35
HexC6A9FB1521021055b52
Octal306251373254102405133122
Binary1100011010101001111110111010110000101010000010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A9FB; }

 p { color: rgb(198,169,251); }

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

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

 a { background-color: rgb(198,169,251); }

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

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

 span { border-color: rgb(198,169,251); }

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