Html Css Color HEX #C4B0FF Melrose

📋 copy color: '#C4B0FF'

red 196 ◦ green 176 ◦ blue 255

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

Shades of Melrose #C4B0FF

Tints of Melrose #C4B0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.67%

R = 31.26%
G = 28.07%
B = 40.67%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4B0FF (or 0xC4B0FF) is known color: Melrose. HEX triplet: C4, B0 and FF. RGB value is (196,176,255). Sum of RGB (Red+Green+Blue) = 196+176+255=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0FF is #3B4F00. Grayscale: #BEBEBE. Windows color (decimal): -3886849 or 16756932. OLE color: 16756932.

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

Color convert

RGB 196 176 255 -
CMYK 0.23 0.31 0 0
HSL 255.19º 1% 0.85% -
HSV(B) 255.19º 0.31% 1% -
XYZ 56.34 50.01 101.29 -
YUV 190.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 196 176 255 0.23 0.31 0 0 255.19 1 0.85
Hex C4 B0 FF 17 1F 0 0 FF 64 55
Octal 304 260 377 27 37 0 0 377 144 125
Binary 11000100 10110000 11111111 10111 11111 0 0 11111111 1100100 1010101

Color Harmonies of #C4B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B0FF

Black with #C4B0FF

Text Example


Text Example

White with #C4B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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