Html Css Color HEX #C7B3EF Melrose

📋 copy color: '#C7B3EF'

red 199 ◦ green 179 ◦ blue 239

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

Shades of Melrose #C7B3EF

Tints of Melrose #C7B3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

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

R = 32.25%
G = 29.01%
B = 38.74%

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

#C7B3EF (or 0xC7B3EF) is known color: Melrose. HEX triplet: C7, B3 and EF. RGB value is (199,179,239). Sum of RGB (Red+Green+Blue) = 199+179+239=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B3EF is #384C10. Grayscale: #BFBFBF. Windows color (decimal): -3689489 or 15709127. OLE color: 15709127.

HSL color Cylindrical-coordinate representation of color #C7B3EF: hue angle of 260º 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 #C7B3EF is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 179 239 -
CMYK 0.17 0.25 0 0.06
HSL 260º 0.65% 0.82% -
HSV(B) 260º 0.25% 0.94% -
XYZ 55.25 50.61 88.52 -
YUV 191.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 199 179 239 0.17 0.25 0 0.06 260 0.65 0.82
Hex C7 B3 EF 11 19 0 6 104 41 52
Octal 307 263 357 21 31 0 6 404 101 122
Binary 11000111 10110011 11101111 10001 11001 0 110 100000100 1000001 1010010

Color Harmonies of #C7B3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3EF

Black with #C7B3EF

Text Example


Text Example

White with #C7B3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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