#C6A1E4

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

Shades of Perfume #C6A1E4

Tints of Perfume #C6A1E4

Color information

#C6A1E4 (or 0xC6A1E4) is unknown color: approx Perfume. HEX triplet: C6, A1 and E4. RGB value is (198,161,228). Sum of RGB (Red+Green+Blue) = 198+161+228=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6A1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1E4 is #395E1B. Grayscale: #B3B3B3. Windows color (decimal): -3759644 or 14983622. OLE color: 14983622.

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

Color convert

RGB198161228-
CMYK0.130.2900.11
HSL273.13º55.37%76.27%-
HSV(B)273.13º29.39%89.41%-
XYZ50.0443.179.08-
YUV179.7155.26141.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=33.73%
G=27.43%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981612280.130.2900.11273.1355.3776.27
HexC6A1E4D1D0B111374c
Octal306241344153501342167114
Binary110001101010000111100100110111101010111000100011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1E4; }

 p { color: rgb(198,161,228); }

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

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

 a { background-color: rgb(198,161,228); }

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

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

 span { border-color: rgb(198,161,228); }

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