Html Css Color HEX #C0ABF4 Melrose

📋 copy color: '#C0ABF4'

red 192 ◦ green 171 ◦ blue 244

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

Shades of Melrose #C0ABF4

Tints of Melrose #C0ABF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.2%

R = 31.63%
G = 28.17%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C0ABF4 (or 0xC0ABF4) is known color: Melrose. HEX triplet: C0, AB and F4. RGB value is (192,171,244). Sum of RGB (Red+Green+Blue) = 192+171+244=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0ABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF4 is #3F540B. Grayscale: #B9B9B9. Windows color (decimal): -4150284 or 16034752. OLE color: 16034752.

HSL color Cylindrical-coordinate representation of color #C0ABF4: hue angle of 257.26º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0ABF4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 171 244 -
CMYK 0.21 0.30 0 0.04
HSL 257.26º 0.77% 0.81% -
HSV(B) 257.26º 0.3% 0.96% -
XYZ 52.63 46.86 91.86 -
YUV 185.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 192 171 244 0.21 0.30 0 0.04 257.26 0.77 0.81
Hex C0 AB F4 15 1E 0 4 101 4D 51
Octal 300 253 364 25 36 0 4 401 115 121
Binary 11000000 10101011 11110100 10101 11110 0 100 100000001 1001101 1010001

Color Harmonies of #C0ABF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF4

Black with #C0ABF4

Text Example


Text Example

White with #C0ABF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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