#C8A6F0

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

Shades of Perfume #C8A6F0

Tints of Perfume #C8A6F0

Color information

#C8A6F0 (or 0xC8A6F0) is unknown color: approx Perfume. HEX triplet: C8, A6 and F0. RGB value is (200,166,240). Sum of RGB (Red+Green+Blue) = 200+166+240=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8A6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6F0 is #37590F. Grayscale: #B8B8B8. Windows color (decimal): -3627280 or 15771336. OLE color: 15771336.

HSL color Cylindrical-coordinate representation of color #C8A6F0: hue angle of 267.57º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A6F0 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200166240-
CMYK0.170.3100.06
HSL267.57º71.15%79.61%-
HSV(B)267.57º30.83%94.12%-
XYZ53.1845.8488.48-
YUV184.6159.26138.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=33.00%
G=27.39%
B=39.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001662400.170.3100.06267.5771.1579.61
HexC8A6F0111F0610c4750
Octal310246360213706414107120
Binary1100100010100110111100001000111111011010000110010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6F0; }

 p { color: rgb(200,166,240); }

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

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

 a { background-color: rgb(200,166,240); }

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

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

 span { border-color: rgb(200,166,240); }

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