Html Css Color HEX #C4B4F7 Melrose

📋 copy color: '#C4B4F7'

red 196 ◦ green 180 ◦ blue 247

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

Shades of Melrose #C4B4F7

Tints of Melrose #C4B4F7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.89%

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 31.46%
G = 28.89%
B = 39.65%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C4B4F7 (or 0xC4B4F7) is known color: Melrose. HEX triplet: C4, B4 and F7. RGB value is (196,180,247). Sum of RGB (Red+Green+Blue) = 196+180+247=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #C4B4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B4F7 is #3B4B08. Grayscale: #C0C0C0. Windows color (decimal): -3885833 or 16233668. OLE color: 16233668.

HSL color Cylindrical-coordinate representation of color #C4B4F7: hue angle of 254.33º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B4F7 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 196 180 247 -
CMYK 0.21 0.27 0 0.03
HSL 254.33º 0.81% 0.84% -
HSV(B) 254.33º 0.27% 0.97% -
XYZ 55.87 51.09 94.91 -
YUV 192.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 196 180 247 0.21 0.27 0 0.03 254.33 0.81 0.84
Hex C4 B4 F7 15 1B 0 3 FE 51 54
Octal 304 264 367 25 33 0 3 376 121 124
Binary 11000100 10110100 11110111 10101 11011 0 11 11111110 1010001 1010100

Color Harmonies of #C4B4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B4F7

Black with #C4B4F7

Text Example


Text Example

White with #C4B4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B4F7; }

 p { color: rgb(196,180,247); }

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

background-color css

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

 a { background-color: rgb(196,180,247); }

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

border-color css

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

 span { border-color: rgb(196,180,247); }

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