Html Css Color HEX #C2ABF2 Melrose

📋 copy color: '#C2ABF2'

red 194 ◦ green 171 ◦ blue 242

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

Shades of Melrose #C2ABF2

Tints of Melrose #C2ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.87%

R = 31.96%
G = 28.17%
B = 39.87%

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

#C2ABF2 (or 0xC2ABF2) is known color: Melrose. HEX triplet: C2, AB and F2. RGB value is (194,171,242). Sum of RGB (Red+Green+Blue) = 194+171+242=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABF2 is #3D540D. Grayscale: #B9B9B9. Windows color (decimal): -4019214 or 15903682. OLE color: 15903682.

HSL color Cylindrical-coordinate representation of color #C2ABF2: hue angle of 259.44º degrees, saturation: 0.73, 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 #C2ABF2 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 171 242 -
CMYK 0.20 0.29 0 0.05
HSL 259.44º 0.73% 0.81% -
HSV(B) 259.44º 0.29% 0.95% -
XYZ 52.84 47.01 90.29 -
YUV 185.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 194 171 242 0.20 0.29 0 0.05 259.44 0.73 0.81
Hex C2 AB F2 14 1D 0 5 103 49 51
Octal 302 253 362 24 35 0 5 403 111 121
Binary 11000010 10101011 11110010 10100 11101 0 101 100000011 1001001 1010001

Color Harmonies of #C2ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABF2

Black with #C2ABF2

Text Example


Text Example

White with #C2ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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