Html Css Color HEX #C2ABF1 Melrose

📋 copy color: '#C2ABF1'

red 194 ◦ green 171 ◦ blue 241

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

Shades of Melrose #C2ABF1

Tints of Melrose #C2ABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.77%

R = 32.01%
G = 28.22%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2ABF1 (or 0xC2ABF1) is known color: Melrose. HEX triplet: C2, AB and F1. RGB value is (194,171,241). Sum of RGB (Red+Green+Blue) = 194+171+241=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABF1 is #3D540E. Grayscale: #B9B9B9. Windows color (decimal): -4019215 or 15838146. OLE color: 15838146.

HSL color Cylindrical-coordinate representation of color #C2ABF1: hue angle of 259.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2ABF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 171 241 -
CMYK 0.20 0.29 0 0.05
HSL 259.71º 0.71% 0.81% -
HSV(B) 259.71º 0.29% 0.95% -
XYZ 52.69 46.95 89.5 -
YUV 185.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 194 171 241 0.20 0.29 0 0.05 259.71 0.71 0.81
Hex C2 AB F1 14 1D 0 5 104 47 51
Octal 302 253 361 24 35 0 5 404 107 121
Binary 11000010 10101011 11110001 10100 11101 0 101 100000100 1000111 1010001

Color Harmonies of #C2ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABF1

Black with #C2ABF1

Text Example


Text Example

White with #C2ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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