Html Css Color HEX #C6B0FF Melrose

📋 copy color: '#C6B0FF'

red 198 ◦ green 176 ◦ blue 255

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

Shades of Melrose #C6B0FF

Tints of Melrose #C6B0FF

RGB

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

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

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

R = 31.48%
G = 27.98%
B = 40.54%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6B0FF (or 0xC6B0FF) is known color: Melrose. HEX triplet: C6, B0 and FF. RGB value is (198,176,255). Sum of RGB (Red+Green+Blue) = 198+176+255=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0FF is #394F00. Grayscale: #BFBFBF. Windows color (decimal): -3755777 or 16756934. OLE color: 16756934.

HSL color Cylindrical-coordinate representation of color #C6B0FF: hue angle of 256.71º 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 #C6B0FF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 176 255 -
CMYK 0.22 0.31 0 0
HSL 256.71º 1% 0.85% -
HSV(B) 256.71º 0.31% 1% -
XYZ 56.86 50.28 101.32 -
YUV 191.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 198 176 255 0.22 0.31 0 0 256.71 1 0.85
Hex C6 B0 FF 16 1F 0 0 101 64 55
Octal 306 260 377 26 37 0 0 401 144 125
Binary 11000110 10110000 11111111 10110 11111 0 0 100000001 1100100 1010101

Color Harmonies of #C6B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0FF

Black with #C6B0FF

Text Example


Text Example

White with #C6B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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