Html Css Color HEX #C6ABFA Melrose

📋 copy color: '#C6ABFA'

red 198 ◦ green 171 ◦ blue 250

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

Shades of Melrose #C6ABFA

Tints of Melrose #C6ABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.63%

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

R = 31.99%
G = 27.63%
B = 40.39%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6ABFA (or 0xC6ABFA) is known color: Melrose. HEX triplet: C6, AB and FA. RGB value is (198,171,250). Sum of RGB (Red+Green+Blue) = 198+171+250=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFA is #395405. Grayscale: #BBBBBB. Windows color (decimal): -3757062 or 16427974. OLE color: 16427974.

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

Color convert

RGB 198 171 250 -
CMYK 0.21 0.32 0 0.02
HSL 260.51º 0.89% 0.83% -
HSV(B) 260.51º 0.32% 0.98% -
XYZ 55.11 48.03 96.81 -
YUV 188.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 198 171 250 0.21 0.32 0 0.02 260.51 0.89 0.83
Hex C6 AB FA 15 20 0 2 105 59 53
Octal 306 253 372 25 40 0 2 405 131 123
Binary 11000110 10101011 11111010 10101 100000 0 10 100000101 1011001 1010011

Color Harmonies of #C6ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABFA

Black with #C6ABFA

Text Example


Text Example

White with #C6ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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