#C2ABF2

Color #C2ABF2 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C2ABF2

Tints of Melrose #C2ABF2

Color information

#C2ABF2 (or 0xC2ABF2) is unknown color: approx 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

RGB194171242-
CMYK0.200.2900.05
HSL259.44º73.2%80.98%-
HSV(B)259.44º29.34%94.9%-
XYZ52.8447.0190.29-
YUV185.97159.62133.73-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941712420.200.2900.05259.4473.280.98
HexC2ABF2141D051034951
Octal302253362243505403111121
Binary1100001010101011111100101010011101010110000001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>