Html Css Color HEX #C5ABF8 Melrose

📋 copy color: '#C5ABF8'

red 197 ◦ green 171 ◦ blue 248

#C5ABF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C5ABF8

Tints of Melrose #C5ABF8

RGB

 RED value IS 197 (77.34% from 255) = 31.98%

 GREEN value IS 171 (67.19% from 255) = 27.76%

 BLUE value IS 248 (97.27% from 255) = 40.26%

R = 31.98%
G = 27.76%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C5ABF8 (or 0xC5ABF8) is known color: Melrose. HEX triplet: C5, AB and F8. RGB value is (197,171,248). Sum of RGB (Red+Green+Blue) = 197+171+248=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABF8 is #3A5407. Grayscale: #BBBBBB. Windows color (decimal): -3822600 or 16296901. OLE color: 16296901.

HSL color Cylindrical-coordinate representation of color #C5ABF8: hue angle of 260.26º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5ABF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 171 248 -
CMYK 0.21 0.31 0 0.03
HSL 260.26º 0.85% 0.82% -
HSV(B) 260.26º 0.31% 0.97% -
XYZ 54.53 47.77 95.15 -
YUV 187.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 197 171 248 0.21 0.31 0 0.03 260.26 0.85 0.82
Hex C5 AB F8 15 1F 0 3 104 55 52
Octal 305 253 370 25 37 0 3 404 125 122
Binary 11000101 10101011 11111000 10101 11111 0 11 100000100 1010101 1010010

Color Harmonies of #C5ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABF8

Black with #C5ABF8

Text Example


Text Example

White with #C5ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABF8; }

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

 H1.HeaderClassName
 {
   color: #C5ABF8;
 }
 .AnyTagClassName
 {
   color: #C5ABF8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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