Html Css Color HEX #C0ABF9 Melrose

📋 copy color: '#C0ABF9'

red 192 ◦ green 171 ◦ blue 249

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

Shades of Melrose #C0ABF9

Tints of Melrose #C0ABF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 31.37%
G = 27.94%
B = 40.69%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0ABF9 (or 0xC0ABF9) is known color: Melrose. HEX triplet: C0, AB and F9. RGB value is (192,171,249). Sum of RGB (Red+Green+Blue) = 192+171+249=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0ABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF9 is #3F5406. Grayscale: #B9B9B9. Windows color (decimal): -4150279 or 16362432. OLE color: 16362432.

HSL color Cylindrical-coordinate representation of color #C0ABF9: hue angle of 256.15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ABF9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 171 249 -
CMYK 0.23 0.31 0 0.02
HSL 256.15º 0.87% 0.82% -
HSV(B) 256.15º 0.31% 0.98% -
XYZ 53.4 47.17 95.91 -
YUV 186.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 192 171 249 0.23 0.31 0 0.02 256.15 0.87 0.82
Hex C0 AB F9 17 1F 0 2 100 57 52
Octal 300 253 371 27 37 0 2 400 127 122
Binary 11000000 10101011 11111001 10111 11111 0 10 100000000 1010111 1010010

Color Harmonies of #C0ABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF9

Black with #C0ABF9

Text Example


Text Example

White with #C0ABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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