Html Css Color HEX #C1ABED Melrose

📋 copy color: '#C1ABED'

red 193 ◦ green 171 ◦ blue 237

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

Shades of Melrose #C1ABED

Tints of Melrose #C1ABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 32.11%
G = 28.45%
B = 39.43%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1ABED (or 0xC1ABED) is known color: Melrose. HEX triplet: C1, AB and ED. RGB value is (193,171,237). Sum of RGB (Red+Green+Blue) = 193+171+237=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABED is #3E5412. Grayscale: #B8B8B8. Windows color (decimal): -4084755 or 15576001. OLE color: 15576001.

HSL color Cylindrical-coordinate representation of color #C1ABED: hue angle of 260º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ABED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 171 237 -
CMYK 0.19 0.28 0 0.07
HSL 260º 0.65% 0.8% -
HSV(B) 260º 0.28% 0.93% -
XYZ 51.84 46.58 86.38 -
YUV 185.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 193 171 237 0.19 0.28 0 0.07 260 0.65 0.8
Hex C1 AB ED 13 1C 0 7 104 41 50
Octal 301 253 355 23 34 0 7 404 101 120
Binary 11000001 10101011 11101101 10011 11100 0 111 100000100 1000001 1010000

Color Harmonies of #C1ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ABED

Black with #C1ABED

Text Example


Text Example

White with #C1ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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