#C6ABE3

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

Shades of Perfume #C6ABE3

Tints of Perfume #C6ABE3

Color information

#C6ABE3 (or 0xC6ABE3) is unknown color: approx Perfume. HEX triplet: C6, AB and E3. RGB value is (198,171,227). Sum of RGB (Red+Green+Blue) = 198+171+227=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #C6ABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABE3 is #39541C. Grayscale: #B9B9B9. Windows color (decimal): -3757085 or 14920646. OLE color: 14920646.

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

Color convert

RGB198171227-
CMYK0.130.2500.11
HSL268.93º50%78.04%-
HSV(B)268.93º24.67%89.02%-
XYZ51.7246.6878.96-
YUV185.46151.45136.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=33.22%
G=28.69%
B=38.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981712270.130.2500.11268.935078.04
HexC6ABE3D190B10d324e
Octal306253343153101341562116
Binary110001101010101111100011110111001010111000011011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABE3; }

 p { color: rgb(198,171,227); }

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

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

 a { background-color: rgb(198,171,227); }

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

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

 span { border-color: rgb(198,171,227); }

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