Html Css Color HEX #C6B0FA Melrose

📋 copy color: '#C6B0FA'

red 198 ◦ green 176 ◦ blue 250

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

Shades of Melrose #C6B0FA

Tints of Melrose #C6B0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 31.73%
G = 28.21%
B = 40.06%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6B0FA (or 0xC6B0FA) is known color: Melrose. HEX triplet: C6, B0 and FA. RGB value is (198,176,250). Sum of RGB (Red+Green+Blue) = 198+176+250=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 176 (69.14% from 255 or 28.21% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B0FA is #394F05. Grayscale: #BEBEBE. Windows color (decimal): -3755782 or 16429254. OLE color: 16429254.

HSL color Cylindrical-coordinate representation of color #C6B0FA: hue angle of 257.84º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6B0FA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 176 250 -
CMYK 0.21 0.30 0 0.02
HSL 257.84º 0.88% 0.84% -
HSV(B) 257.84º 0.3% 0.98% -
XYZ 56.07 49.96 97.13 -
YUV 191.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 198 176 250 0.21 0.30 0 0.02 257.84 0.88 0.84
Hex C6 B0 FA 15 1E 0 2 102 58 54
Octal 306 260 372 25 36 0 2 402 130 124
Binary 11000110 10110000 11111010 10101 11110 0 10 100000010 1011000 1010100

Color Harmonies of #C6B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B0FA

Black with #C6B0FA

Text Example


Text Example

White with #C6B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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