Html Css Color HEX #C4B1FC Melrose

📋 copy color: '#C4B1FC'

red 196 ◦ green 177 ◦ blue 252

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

Shades of Melrose #C4B1FC

Tints of Melrose #C4B1FC

RGB

 RED value IS 196 (76.95% from 255) = 31.36%

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

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

R = 31.36%
G = 28.32%
B = 40.32%

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

#C4B1FC (or 0xC4B1FC) is known color: Melrose. HEX triplet: C4, B1 and FC. RGB value is (196,177,252). Sum of RGB (Red+Green+Blue) = 196+177+252=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1FC is #3B4E03. Grayscale: #BEBEBE. Windows color (decimal): -3886596 or 16560580. OLE color: 16560580.

HSL color Cylindrical-coordinate representation of color #C4B1FC: hue angle of 255.2º 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 #C4B1FC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 177 252 -
CMYK 0.22 0.30 0 0.01
HSL 255.2º 0.93% 0.84% -
HSV(B) 255.2º 0.3% 0.99% -
XYZ 56.06 50.21 98.83 -
YUV 191.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 196 177 252 0.22 0.30 0 0.01 255.2 0.93 0.84
Hex C4 B1 FC 16 1E 0 1 FF 5D 54
Octal 304 261 374 26 36 0 1 377 135 124
Binary 11000100 10110001 11111100 10110 11110 0 1 11111111 1011101 1010100

Color Harmonies of #C4B1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1FC

Black with #C4B1FC

Text Example


Text Example

White with #C4B1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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