Html Css Color HEX #C6B6FA Melrose

📋 copy color: '#C6B6FA'

red 198 ◦ green 182 ◦ blue 250

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

Shades of Melrose #C6B6FA

Tints of Melrose #C6B6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.89%

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

R = 31.43%
G = 28.89%
B = 39.68%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6B6FA (or 0xC6B6FA) is known color: Melrose. HEX triplet: C6, B6 and FA. RGB value is (198,182,250). Sum of RGB (Red+Green+Blue) = 198+182+250=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6FA is #394905. Grayscale: #C2C2C2. Windows color (decimal): -3754246 or 16430790. OLE color: 16430790.

HSL color Cylindrical-coordinate representation of color #C6B6FA: hue angle of 254.12º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6B6FA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 182 250 -
CMYK 0.21 0.27 0 0.02
HSL 254.12º 0.87% 0.85% -
HSV(B) 254.12º 0.27% 0.98% -
XYZ 57.27 52.36 97.53 -
YUV 194.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 198 182 250 0.21 0.27 0 0.02 254.12 0.87 0.85
Hex C6 B6 FA 15 1B 0 2 FE 57 55
Octal 306 266 372 25 33 0 2 376 127 125
Binary 11000110 10110110 11111010 10101 11011 0 10 11111110 1010111 1010101

Color Harmonies of #C6B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B6FA

Black with #C6B6FA

Text Example


Text Example

White with #C6B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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