Html Css Color HEX #C7B4EF Melrose

📋 copy color: '#C7B4EF'

red 199 ◦ green 180 ◦ blue 239

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

Shades of Melrose #C7B4EF

Tints of Melrose #C7B4EF

RGB

 RED value IS 199 (78.13% from 255) = 32.2%

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 32.2%
G = 29.13%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C7B4EF (or 0xC7B4EF) is known color: Melrose. HEX triplet: C7, B4 and EF. RGB value is (199,180,239). Sum of RGB (Red+Green+Blue) = 199+180+239=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4EF is #384B10. Grayscale: #C0C0C0. Windows color (decimal): -3689233 or 15709383. OLE color: 15709383.

HSL color Cylindrical-coordinate representation of color #C7B4EF: hue angle of 259.32º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7B4EF is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 180 239 -
CMYK 0.17 0.25 0 0.06
HSL 259.32º 0.65% 0.82% -
HSV(B) 259.32º 0.25% 0.94% -
XYZ 55.45 51.02 88.59 -
YUV 192.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 199 180 239 0.17 0.25 0 0.06 259.32 0.65 0.82
Hex C7 B4 EF 11 19 0 6 103 41 52
Octal 307 264 357 21 31 0 6 403 101 122
Binary 11000111 10110100 11101111 10001 11001 0 110 100000011 1000001 1010010

Color Harmonies of #C7B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4EF

Black with #C7B4EF

Text Example


Text Example

White with #C7B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4EF; }

 p { color: rgb(199,180,239); }

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

background-color css

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

 a { background-color: rgb(199,180,239); }

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

border-color css

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

 span { border-color: rgb(199,180,239); }

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