Html Css Color HEX #C4B1FE Melrose

📋 copy color: '#C4B1FE'

red 196 ◦ green 177 ◦ blue 254

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

Shades of Melrose #C4B1FE

Tints of Melrose #C4B1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 31.26%
G = 28.23%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4B1FE (or 0xC4B1FE) is known color: Melrose. HEX triplet: C4, B1 and FE. RGB value is (196,177,254). Sum of RGB (Red+Green+Blue) = 196+177+254=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1FE is #3B4E01. Grayscale: #BFBFBF. Windows color (decimal): -3886594 or 16691652. OLE color: 16691652.

HSL color Cylindrical-coordinate representation of color #C4B1FE: hue angle of 254.81º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B1FE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 177 254 -
CMYK 0.23 0.30 0 0.00
HSL 254.81º 0.97% 0.85% -
HSV(B) 254.81º 0.3% 1% -
XYZ 56.38 50.34 100.51 -
YUV 191.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 196 177 254 0.23 0.30 0 0.00 254.81 0.97 0.85
Hex C4 B1 FE 17 1E 0 0 FF 61 55
Octal 304 261 376 27 36 0 0 377 141 125
Binary 11000100 10110001 11111110 10111 11110 0 0 11111111 1100001 1010101

Color Harmonies of #C4B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1FE

Black with #C4B1FE

Text Example


Text Example

White with #C4B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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