#C5ABFE

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

Shades of Melrose #C5ABFE

Tints of Melrose #C5ABFE

Color information

#C5ABFE (or 0xC5ABFE) is unknown color: approx Melrose. HEX triplet: C5, AB and FE. RGB value is (197,171,254). Sum of RGB (Red+Green+Blue) = 197+171+254=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFE is #3A5401. Grayscale: #BBBBBB. Windows color (decimal): -3822594 or 16690117. OLE color: 16690117.

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

Color convert

RGB197171254-
CMYK0.220.3300.00
HSL258.8º97.65%83.33%-
HSV(B)258.8º32.68%99.61%-
XYZ55.4848.15100.14-
YUV188.24165.11134.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 171 (67.19% from 255) = 27.49%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=31.67%
G=27.49%
B=40.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971712540.220.3300.00258.897.6583.33
HexC5ABFE1621001036253
Octal305253376264100403142123
Binary110001011010101111111110101101000010010000001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABFE; }

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

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

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

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

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

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

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

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