#C6A7EB

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

Shades of Perfume #C6A7EB

Tints of Perfume #C6A7EB

Color information

#C6A7EB (or 0xC6A7EB) is unknown color: approx Perfume. HEX triplet: C6, A7 and EB. RGB value is (198,167,235). Sum of RGB (Red+Green+Blue) = 198+167+235=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 167 (65.62% from 255 or 27.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A7EB is #395814. Grayscale: #B7B7B7. Windows color (decimal): -3758101 or 15443910. OLE color: 15443910.

HSL color Cylindrical-coordinate representation of color #C6A7EB: hue angle of 267.35º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A7EB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198167235-
CMYK0.160.2900.08
HSL267.35º62.96%78.82%-
HSV(B)267.35º28.94%92.16%-
XYZ52.145.6484.66-
YUV184.02156.77137.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33%
GREEN value IS 167 (65.62% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=33%
G=27.83%
B=39.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981672350.160.2900.08267.3562.9678.82
HexC6A7EB101D0810b3f4f
Octal306247353203501041377117
Binary1100011010100111111010111000011101010001000010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A7EB; }

 p { color: rgb(198,167,235); }

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

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

 a { background-color: rgb(198,167,235); }

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

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

 span { border-color: rgb(198,167,235); }

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