#C1ABFE

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

Shades of Melrose #C1ABFE

Tints of Melrose #C1ABFE

Color information

#C1ABFE (or 0xC1ABFE) is unknown color: approx Melrose. HEX triplet: C1, AB and FE. RGB value is (193,171,254). Sum of RGB (Red+Green+Blue) = 193+171+254=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABFE is #3E5401. Grayscale: #BABABA. Windows color (decimal): -4084738 or 16690113. OLE color: 16690113.

HSL color Cylindrical-coordinate representation of color #C1ABFE: hue angle of 255.9º 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 #C1ABFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193171254-
CMYK0.240.3300.00
HSL255.9º97.65%83.33%-
HSV(B)255.9º32.68%99.61%-
XYZ54.4447.62100.09-
YUV187.04165.79132.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=31.23%
G=27.67%
B=41.10%

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
Decimal1931712540.240.3300.00255.997.6583.33
HexC1ABFE1821001006253
Octal301253376304100400142123
Binary110000011010101111111110110001000010010000000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABFE; }

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

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

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

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

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

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

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

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