Html Css Color HEX #C5B1FC Melrose

📋 copy color: '#C5B1FC'

red 197 ◦ green 177 ◦ blue 252

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

Shades of Melrose #C5B1FC

Tints of Melrose #C5B1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.27%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 31.47%
G = 28.27%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5B1FC (or 0xC5B1FC) is known color: Melrose. HEX triplet: C5, B1 and FC. RGB value is (197,177,252). Sum of RGB (Red+Green+Blue) = 197+177+252=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B1FC is #3A4E03. Grayscale: #BFBFBF. Windows color (decimal): -3821060 or 16560581. OLE color: 16560581.

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

Color convert

RGB 197 177 252 -
CMYK 0.22 0.30 0 0.01
HSL 256º 0.93% 0.84% -
HSV(B) 256º 0.3% 0.99% -
XYZ 56.32 50.34 98.84 -
YUV 191.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 197 177 252 0.22 0.30 0 0.01 256 0.93 0.84
Hex C5 B1 FC 16 1E 0 1 100 5D 54
Octal 305 261 374 26 36 0 1 400 135 124
Binary 11000101 10110001 11111100 10110 11110 0 1 100000000 1011101 1010100

Color Harmonies of #C5B1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1FC

Black with #C5B1FC

Text Example


Text Example

White with #C5B1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1FC; }

 p { color: rgb(197,177,252); }

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

background-color css

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

 a { background-color: rgb(197,177,252); }

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

border-color css

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

 span { border-color: rgb(197,177,252); }

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