Html Css Color HEX #C0ABF7 Melrose

📋 copy color: '#C0ABF7'

red 192 ◦ green 171 ◦ blue 247

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

Shades of Melrose #C0ABF7

Tints of Melrose #C0ABF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 31.48%
G = 28.03%
B = 40.49%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0ABF7 (or 0xC0ABF7) is known color: Melrose. HEX triplet: C0, AB and F7. RGB value is (192,171,247). Sum of RGB (Red+Green+Blue) = 192+171+247=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF7 is #3F5408. Grayscale: #B9B9B9. Windows color (decimal): -4150281 or 16231360. OLE color: 16231360.

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

Color convert

RGB 192 171 247 -
CMYK 0.22 0.31 0 0.03
HSL 256.58º 0.83% 0.82% -
HSV(B) 256.58º 0.31% 0.97% -
XYZ 53.09 47.05 94.28 -
YUV 185.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 192 171 247 0.22 0.31 0 0.03 256.58 0.83 0.82
Hex C0 AB F7 16 1F 0 3 101 53 52
Octal 300 253 367 26 37 0 3 401 123 122
Binary 11000000 10101011 11110111 10110 11111 0 11 100000001 1010011 1010010

Color Harmonies of #C0ABF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF7

Black with #C0ABF7

Text Example


Text Example

White with #C0ABF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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