#C6A8DF

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

Shades of Perfume #C6A8DF

Tints of Perfume #C6A8DF

Color information

#C6A8DF (or 0xC6A8DF) is unknown color: approx Perfume. HEX triplet: C6, A8 and DF. RGB value is (198,168,223). Sum of RGB (Red+Green+Blue) = 198+168+223=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8DF is #395720. Grayscale: #B7B7B7. Windows color (decimal): -3757857 or 14657734. OLE color: 14657734.

HSL color Cylindrical-coordinate representation of color #C6A8DF: hue angle of 272.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6A8DF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198168223-
CMYK0.110.2500.13
HSL272.73º46.22%76.67%-
HSV(B)272.73º24.66%87.45%-
XYZ50.6145.3475.9-
YUV183.24150.44138.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=33.62%
G=28.52%
B=37.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981682230.110.2500.13272.7346.2276.67
HexC6A8DFB190D1112e4d
Octal306250337133101542156115
Binary110001101010100011011111101111001011011000100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8DF; }

 p { color: rgb(198,168,223); }

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

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

 a { background-color: rgb(198,168,223); }

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

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

 span { border-color: rgb(198,168,223); }

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