Html Css Color HEX #C6B4F7 Melrose

📋 copy color: '#C6B4F7'

red 198 ◦ green 180 ◦ blue 247

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

Shades of Melrose #C6B4F7

Tints of Melrose #C6B4F7

RGB

 RED value IS 198 (77.73% from 255) = 31.68%

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

 BLUE value IS 247 (96.88% from 255) = 39.52%

R = 31.68%
G = 28.8%
B = 39.52%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C6B4F7 (or 0xC6B4F7) is known color: Melrose. HEX triplet: C6, B4 and F7. RGB value is (198,180,247). Sum of RGB (Red+Green+Blue) = 198+180+247=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6B4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B4F7 is #394B08. Grayscale: #C0C0C0. Windows color (decimal): -3754761 or 16233670. OLE color: 16233670.

HSL color Cylindrical-coordinate representation of color #C6B4F7: hue angle of 256.12º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B4F7 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 180 247 -
CMYK 0.20 0.27 0 0.03
HSL 256.12º 0.81% 0.84% -
HSV(B) 256.12º 0.27% 0.97% -
XYZ 56.4 51.36 94.94 -
YUV 193.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 198 180 247 0.20 0.27 0 0.03 256.12 0.81 0.84
Hex C6 B4 F7 14 1B 0 3 100 51 54
Octal 306 264 367 24 33 0 3 400 121 124
Binary 11000110 10110100 11110111 10100 11011 0 11 100000000 1010001 1010100

Color Harmonies of #C6B4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B4F7

Black with #C6B4F7

Text Example


Text Example

White with #C6B4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B4F7; }

 p { color: rgb(198,180,247); }

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

background-color css

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

 a { background-color: rgb(198,180,247); }

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

border-color css

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

 span { border-color: rgb(198,180,247); }

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