#C1A9FE

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

Shades of Melrose #C1A9FE

Tints of Melrose #C1A9FE

Color information

#C1A9FE (or 0xC1A9FE) is unknown color: approx Melrose. HEX triplet: C1, A9 and FE. RGB value is (193,169,254). Sum of RGB (Red+Green+Blue) = 193+169+254=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A9FE is #3E5601. Grayscale: #B9B9B9. Windows color (decimal): -4085250 or 16689601. OLE color: 16689601.

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

Color convert

RGB193169254-
CMYK0.240.3300.00
HSL256.94º97.7%82.94%-
HSV(B)256.94º33.46%99.61%-
XYZ54.0746.8799.96-
YUV185.87166.45133.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=31.33%
G=27.44%
B=41.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931692540.240.3300.00256.9497.782.94
HexC1A9FE1821001016253
Octal301251376304100401142123
Binary110000011010100111111110110001000010010000000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9FE; }

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

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

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

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

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

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

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

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