#C1A6FE

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

Shades of Melrose #C1A6FE

Tints of Melrose #C1A6FE

Color information

#C1A6FE (or 0xC1A6FE) is unknown color: approx Melrose. HEX triplet: C1, A6 and FE. RGB value is (193,166,254). Sum of RGB (Red+Green+Blue) = 193+166+254=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A6FE is #3E5901. Grayscale: #B7B7B7. Windows color (decimal): -4086018 or 16688833. OLE color: 16688833.

HSL color Cylindrical-coordinate representation of color #C1A6FE: hue angle of 258.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1A6FE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193166254-
CMYK0.240.3500.00
HSL258.41º97.78%82.35%-
HSV(B)258.41º34.65%99.61%-
XYZ53.5245.7799.78-
YUV184.1167.45134.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=31.48%
G=27.08%
B=41.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931662540.240.3500.00258.4197.7882.35
HexC1A6FE1823001026252
Octal301246376304300402142122
Binary110000011010011011111110110001000110010000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A6FE; }

 p { color: rgb(193,166,254); }

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

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

 a { background-color: rgb(193,166,254); }

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

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

 span { border-color: rgb(193,166,254); }

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