#C6AFDC

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

Shades of Perfume #C6AFDC

Tints of Perfume #C6AFDC

Color information

#C6AFDC (or 0xC6AFDC) is unknown color: approx Perfume. HEX triplet: C6, AF and DC. RGB value is (198,175,220). Sum of RGB (Red+Green+Blue) = 198+175+220=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDC is #395023. Grayscale: #BABABA. Windows color (decimal): -3756068 or 14462918. OLE color: 14462918.

HSL color Cylindrical-coordinate representation of color #C6AFDC: hue angle of 270.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AFDC is Cyan = 0.1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198175220-
CMYK0.10.2000.14
HSL270.67º39.13%77.45%-
HSV(B)270.67º20.45%86.27%-
XYZ51.5447.8374.23-
YUV187.01146.62135.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=33.39%
G=29.51%
B=37.10%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981752200.10.2000.14270.6739.1377.45
HexC6AFDCA140E10f274d
Octal306257334122401641747115
Binary110001101010111111011100101010100011101000011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFDC; }

 p { color: rgb(198,175,220); }

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

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

 a { background-color: rgb(198,175,220); }

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

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

 span { border-color: rgb(198,175,220); }

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