Html Css Color HEX #C1B3FB Melrose

📋 copy color: '#C1B3FB'

red 193 ◦ green 179 ◦ blue 251

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

Shades of Melrose #C1B3FB

Tints of Melrose #C1B3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.73%

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 30.98%
G = 28.73%
B = 40.29%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1B3FB (or 0xC1B3FB) is known color: Melrose. HEX triplet: C1, B3 and FB. RGB value is (193,179,251). Sum of RGB (Red+Green+Blue) = 193+179+251=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B3FB is #3E4C04. Grayscale: #BFBFBF. Windows color (decimal): -4082693 or 16495553. OLE color: 16495553.

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

Color convert

RGB 193 179 251 -
CMYK 0.23 0.29 0 0.02
HSL 251.67º 0.9% 0.84% -
HSV(B) 251.67º 0.29% 0.98% -
XYZ 55.53 50.54 98.1 -
YUV 191.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 193 179 251 0.23 0.29 0 0.02 251.67 0.9 0.84
Hex C1 B3 FB 17 1D 0 2 FC 5A 54
Octal 301 263 373 27 35 0 2 374 132 124
Binary 11000001 10110011 11111011 10111 11101 0 10 11111100 1011010 1010100

Color Harmonies of #C1B3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3FB

Black with #C1B3FB

Text Example


Text Example

White with #C1B3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3FB; }

 p { color: rgb(193,179,251); }

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

background-color css

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

 a { background-color: rgb(193,179,251); }

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

border-color css

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

 span { border-color: rgb(193,179,251); }

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