Html Css Color HEX #C1B4FA Melrose

📋 copy color: '#C1B4FA'

red 193 ◦ green 180 ◦ blue 250

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

Shades of Melrose #C1B4FA

Tints of Melrose #C1B4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.89%

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 30.98%
G = 28.89%
B = 40.13%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1B4FA (or 0xC1B4FA) is known color: Melrose. HEX triplet: C1, B4 and FA. RGB value is (193,180,250). Sum of RGB (Red+Green+Blue) = 193+180+250=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B4FA is #3E4B05. Grayscale: #BFBFBF. Windows color (decimal): -4082438 or 16430273. OLE color: 16430273.

HSL color Cylindrical-coordinate representation of color #C1B4FA: hue angle of 251.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1B4FA is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 180 250 -
CMYK 0.23 0.28 0 0.02
HSL 251.14º 0.88% 0.84% -
HSV(B) 251.14º 0.28% 0.98% -
XYZ 55.57 50.88 97.33 -
YUV 191.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 193 180 250 0.23 0.28 0 0.02 251.14 0.88 0.84
Hex C1 B4 FA 17 1C 0 2 FB 58 54
Octal 301 264 372 27 34 0 2 373 130 124
Binary 11000001 10110100 11111010 10111 11100 0 10 11111011 1011000 1010100

Color Harmonies of #C1B4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B4FA

Black with #C1B4FA

Text Example


Text Example

White with #C1B4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B4FA; }

 p { color: rgb(193,180,250); }

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

background-color css

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

 a { background-color: rgb(193,180,250); }

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

border-color css

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

 span { border-color: rgb(193,180,250); }

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