Html Css Color HEX #C0ABF8 Melrose

📋 copy color: '#C0ABF8'

red 192 ◦ green 171 ◦ blue 248

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

Shades of Melrose #C0ABF8

Tints of Melrose #C0ABF8

RGB

 RED value IS 192 (75.39% from 255) = 31.42%

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

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

R = 31.42%
G = 27.99%
B = 40.59%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0ABF8 (or 0xC0ABF8) is known color: Melrose. HEX triplet: C0, AB and F8. RGB value is (192,171,248). Sum of RGB (Red+Green+Blue) = 192+171+248=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF8 is #3F5407. Grayscale: #B9B9B9. Windows color (decimal): -4150280 or 16296896. OLE color: 16296896.

HSL color Cylindrical-coordinate representation of color #C0ABF8: hue angle of 256.36º 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 #C0ABF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 171 248 -
CMYK 0.23 0.31 0 0.03
HSL 256.36º 0.85% 0.82% -
HSV(B) 256.36º 0.31% 0.97% -
XYZ 53.24 47.11 95.09 -
YUV 186.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 192 171 248 0.23 0.31 0 0.03 256.36 0.85 0.82
Hex C0 AB F8 17 1F 0 3 100 55 52
Octal 300 253 370 27 37 0 3 400 125 122
Binary 11000000 10101011 11111000 10111 11111 0 11 100000000 1010101 1010010

Color Harmonies of #C0ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF8

Black with #C0ABF8

Text Example


Text Example

White with #C0ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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