#C6A3E4

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

Shades of Perfume #C6A3E4

Tints of Perfume #C6A3E4

Color information

#C6A3E4 (or 0xC6A3E4) is unknown color: approx Perfume. HEX triplet: C6, A3 and E4. RGB value is (198,163,228). Sum of RGB (Red+Green+Blue) = 198+163+228=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6A3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A3E4 is #395C1B. Grayscale: #B4B4B4. Windows color (decimal): -3759132 or 14984134. OLE color: 14984134.

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

Color convert

RGB198163228-
CMYK0.130.2900.11
HSL272.31º54.62%76.67%-
HSV(B)272.31º28.51%89.41%-
XYZ50.3943.879.2-
YUV180.87154.6140.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=33.62%
G=27.67%
B=38.71%

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
Decimal1981632280.130.2900.11272.3154.6276.67
HexC6A3E4D1D0B110374d
Octal306243344153501342067115
Binary110001101010001111100100110111101010111000100001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A3E4; }

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

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

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

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

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

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

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

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