Html Css Color HEX #C4B0FE Melrose

📋 copy color: '#C4B0FE'

red 196 ◦ green 176 ◦ blue 254

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

Shades of Melrose #C4B0FE

Tints of Melrose #C4B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.12%

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

R = 31.31%
G = 28.12%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4B0FE (or 0xC4B0FE) is known color: Melrose. HEX triplet: C4, B0 and FE. RGB value is (196,176,254). Sum of RGB (Red+Green+Blue) = 196+176+254=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4B0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0FE is #3B4F01. Grayscale: #BEBEBE. Windows color (decimal): -3886850 or 16691396. OLE color: 16691396.

HSL color Cylindrical-coordinate representation of color #C4B0FE: hue angle of 255.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4B0FE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 176 254 -
CMYK 0.23 0.31 0 0.00
HSL 255.38º 0.98% 0.84% -
HSV(B) 255.38º 0.31% 1% -
XYZ 56.18 49.94 100.44 -
YUV 190.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 196 176 254 0.23 0.31 0 0.00 255.38 0.98 0.84
Hex C4 B0 FE 17 1F 0 0 FF 62 54
Octal 304 260 376 27 37 0 0 377 142 124
Binary 11000100 10110000 11111110 10111 11111 0 0 11111111 1100010 1010100

Color Harmonies of #C4B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B0FE

Black with #C4B0FE

Text Example


Text Example

White with #C4B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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