Html Css Color HEX #C2ABFD Melrose

📋 copy color: '#C2ABFD'

red 194 ◦ green 171 ◦ blue 253

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

Shades of Melrose #C2ABFD

Tints of Melrose #C2ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 31.39%
G = 27.67%
B = 40.94%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2ABFD (or 0xC2ABFD) is known color: Melrose. HEX triplet: C2, AB and FD. RGB value is (194,171,253). Sum of RGB (Red+Green+Blue) = 194+171+253=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFD is #3D5402. Grayscale: #BABABA. Windows color (decimal): -4019203 or 16624578. OLE color: 16624578.

HSL color Cylindrical-coordinate representation of color #C2ABFD: hue angle of 256.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ABFD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 171 253 -
CMYK 0.23 0.32 0 0.01
HSL 256.83º 0.95% 0.83% -
HSV(B) 256.83º 0.32% 0.99% -
XYZ 54.54 47.69 99.26 -
YUV 187.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 194 171 253 0.23 0.32 0 0.01 256.83 0.95 0.83
Hex C2 AB FD 17 20 0 1 101 5F 53
Octal 302 253 375 27 40 0 1 401 137 123
Binary 11000010 10101011 11111101 10111 100000 0 1 100000001 1011111 1010011

Color Harmonies of #C2ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABFD

Black with #C2ABFD

Text Example


Text Example

White with #C2ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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