Html Css Color HEX #C4B5F3 Melrose

📋 copy color: '#C4B5F3'

red 196 ◦ green 181 ◦ blue 243

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

Shades of Melrose #C4B5F3

Tints of Melrose #C4B5F3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.19%

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 31.61%
G = 29.19%
B = 39.19%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4B5F3 (or 0xC4B5F3) is known color: Melrose. HEX triplet: C4, B5 and F3. RGB value is (196,181,243). Sum of RGB (Red+Green+Blue) = 196+181+243=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5F3 is #3B4A0C. Grayscale: #C0C0C0. Windows color (decimal): -3885581 or 15971780. OLE color: 15971780.

HSL color Cylindrical-coordinate representation of color #C4B5F3: hue angle of 254.52º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B5F3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 181 243 -
CMYK 0.19 0.26 0 0.05
HSL 254.52º 0.72% 0.83% -
HSV(B) 254.52º 0.26% 0.95% -
XYZ 55.47 51.25 91.76 -
YUV 192.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 196 181 243 0.19 0.26 0 0.05 254.52 0.72 0.83
Hex C4 B5 F3 13 1A 0 5 FF 48 53
Octal 304 265 363 23 32 0 5 377 110 123
Binary 11000100 10110101 11110011 10011 11010 0 101 11111111 1001000 1010011

Color Harmonies of #C4B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5F3

Black with #C4B5F3

Text Example


Text Example

White with #C4B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5F3; }

 p { color: rgb(196,181,243); }

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

background-color css

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

 a { background-color: rgb(196,181,243); }

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

border-color css

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

 span { border-color: rgb(196,181,243); }

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