Html Css Color HEX #C2ABF6 Melrose

📋 copy color: '#C2ABF6'

red 194 ◦ green 171 ◦ blue 246

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

Shades of Melrose #C2ABF6

Tints of Melrose #C2ABF6

RGB

 RED value IS 194 (76.17% from 255) = 31.75%

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

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 31.75%
G = 27.99%
B = 40.26%

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

#C2ABF6 (or 0xC2ABF6) is known color: Melrose. HEX triplet: C2, AB and F6. RGB value is (194,171,246). Sum of RGB (Red+Green+Blue) = 194+171+246=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABF6 is #3D5409. Grayscale: #BABABA. Windows color (decimal): -4019210 or 16165826. OLE color: 16165826.

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

Color convert

RGB 194 171 246 -
CMYK 0.21 0.30 0 0.04
HSL 258.4º 0.81% 0.82% -
HSV(B) 258.4º 0.3% 0.96% -
XYZ 53.45 47.25 93.49 -
YUV 186.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 194 171 246 0.21 0.30 0 0.04 258.4 0.81 0.82
Hex C2 AB F6 15 1E 0 4 102 51 52
Octal 302 253 366 25 36 0 4 402 121 122
Binary 11000010 10101011 11110110 10101 11110 0 100 100000010 1010001 1010010

Color Harmonies of #C2ABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABF6

Black with #C2ABF6

Text Example


Text Example

White with #C2ABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABF6; }

 p { color: rgb(194,171,246); }

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

background-color css

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

 a { background-color: rgb(194,171,246); }

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

border-color css

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

 span { border-color: rgb(194,171,246); }

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