Html Css Color HEX #C5B0FB Melrose

📋 copy color: '#C5B0FB'

red 197 ◦ green 176 ◦ blue 251

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

Shades of Melrose #C5B0FB

Tints of Melrose #C5B0FB

RGB

 RED value IS 197 (77.34% from 255) = 31.57%

 GREEN value IS 176 (69.14% from 255) = 28.21%

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

R = 31.57%
G = 28.21%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5B0FB (or 0xC5B0FB) is known color: Melrose. HEX triplet: C5, B0 and FB. RGB value is (197,176,251). Sum of RGB (Red+Green+Blue) = 197+176+251=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B0FB is #3A4F04. Grayscale: #BEBEBE. Windows color (decimal): -3821317 or 16494789. OLE color: 16494789.

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

Color convert

RGB 197 176 251 -
CMYK 0.22 0.30 0 0.02
HSL 256.8º 0.9% 0.84% -
HSV(B) 256.8º 0.3% 0.98% -
XYZ 55.96 49.89 97.95 -
YUV 190.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 197 176 251 0.22 0.30 0 0.02 256.8 0.9 0.84
Hex C5 B0 FB 16 1E 0 2 101 5A 54
Octal 305 260 373 26 36 0 2 401 132 124
Binary 11000101 10110000 11111011 10110 11110 0 10 100000001 1011010 1010100

Color Harmonies of #C5B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0FB

Black with #C5B0FB

Text Example


Text Example

White with #C5B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0FB; }

 p { color: rgb(197,176,251); }

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

background-color css

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

 a { background-color: rgb(197,176,251); }

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

border-color css

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

 span { border-color: rgb(197,176,251); }

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