Html Css Color HEX #C4B1FA Melrose

📋 copy color: '#C4B1FA'

red 196 ◦ green 177 ◦ blue 250

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

Shades of Melrose #C4B1FA

Tints of Melrose #C4B1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 31.46%
G = 28.41%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4B1FA (or 0xC4B1FA) is known color: Melrose. HEX triplet: C4, B1 and FA. RGB value is (196,177,250). Sum of RGB (Red+Green+Blue) = 196+177+250=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B1FA is #3B4E05. Grayscale: #BEBEBE. Windows color (decimal): -3886598 or 16429508. OLE color: 16429508.

HSL color Cylindrical-coordinate representation of color #C4B1FA: hue angle of 255.62º degrees, saturation: 0.88, 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 #C4B1FA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 177 250 -
CMYK 0.22 0.29 0 0.02
HSL 255.62º 0.88% 0.84% -
HSV(B) 255.62º 0.29% 0.98% -
XYZ 55.74 50.08 97.17 -
YUV 191 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 196 177 250 0.22 0.29 0 0.02 255.62 0.88 0.84
Hex C4 B1 FA 16 1D 0 2 100 58 54
Octal 304 261 372 26 35 0 2 400 130 124
Binary 11000100 10110001 11111010 10110 11101 0 10 100000000 1011000 1010100

Color Harmonies of #C4B1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1FA

Black with #C4B1FA

Text Example


Text Example

White with #C4B1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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