#C6A6DD

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

Shades of Perfume #C6A6DD

Tints of Perfume #C6A6DD

Color information

#C6A6DD (or 0xC6A6DD) is unknown color: approx Perfume. HEX triplet: C6, A6 and DD. RGB value is (198,166,221). Sum of RGB (Red+Green+Blue) = 198+166+221=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6DD is #395922. Grayscale: #B5B5B5. Windows color (decimal): -3758371 or 14526150. OLE color: 14526150.

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

Color convert

RGB198166221-
CMYK0.100.2500.13
HSL274.91º44.72%75.88%-
HSV(B)274.91º24.89%86.67%-
XYZ49.9844.574.36-
YUV181.84150.1139.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=33.85%
G=28.38%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981662210.100.2500.13274.9144.7275.88
HexC6A6DDA190D1132d4c
Octal306246335123101542355114
Binary110001101010011011011101101011001011011000100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A6DD; }

 p { color: rgb(198,166,221); }

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

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

 a { background-color: rgb(198,166,221); }

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

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

 span { border-color: rgb(198,166,221); }

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