Html Css Color HEX #C1ABFE Melrose

📋 copy color: '#C1ABFE'

red 193 ◦ green 171 ◦ blue 254

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

Shades of Melrose #C1ABFE

Tints of Melrose #C1ABFE

RGB

 RED value IS 193 (75.78% from 255) = 31.23%

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

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 31.23%
G = 27.67%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1ABFE (or 0xC1ABFE) is known color: Melrose. HEX triplet: C1, AB and FE. RGB value is (193,171,254). Sum of RGB (Red+Green+Blue) = 193+171+254=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABFE is #3E5401. Grayscale: #BABABA. Windows color (decimal): -4084738 or 16690113. OLE color: 16690113.

HSL color Cylindrical-coordinate representation of color #C1ABFE: hue angle of 255.9º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1ABFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 171 254 -
CMYK 0.24 0.33 0 0.00
HSL 255.9º 0.98% 0.83% -
HSV(B) 255.9º 0.33% 1% -
XYZ 54.44 47.62 100.09 -
YUV 187.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 193 171 254 0.24 0.33 0 0.00 255.9 0.98 0.83
Hex C1 AB FE 18 21 0 0 100 62 53
Octal 301 253 376 30 41 0 0 400 142 123
Binary 11000001 10101011 11111110 11000 100001 0 0 100000000 1100010 1010011

Color Harmonies of #C1ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABFE

Black with #C1ABFE

Text Example


Text Example

White with #C1ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABFE; }

 p { color: rgb(193,171,254); }

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

background-color css

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

 a { background-color: rgb(193,171,254); }

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

border-color css

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

 span { border-color: rgb(193,171,254); }

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