Html Css Color HEX #C6ABFB Melrose

📋 copy color: '#C6ABFB'

red 198 ◦ green 171 ◦ blue 251

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

Shades of Melrose #C6ABFB

Tints of Melrose #C6ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 31.94%
G = 27.58%
B = 40.48%

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

#C6ABFB (or 0xC6ABFB) is known color: Melrose. HEX triplet: C6, AB and FB. RGB value is (198,171,251). Sum of RGB (Red+Green+Blue) = 198+171+251=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFB is #395404. Grayscale: #BBBBBB. Windows color (decimal): -3757061 or 16493510. OLE color: 16493510.

HSL color Cylindrical-coordinate representation of color #C6ABFB: hue angle of 260.25º degrees, saturation: 0.91, 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 #C6ABFB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 171 251 -
CMYK 0.21 0.32 0 0.02
HSL 260.25º 0.91% 0.83% -
HSV(B) 260.25º 0.32% 0.98% -
XYZ 55.26 48.1 97.64 -
YUV 188.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 198 171 251 0.21 0.32 0 0.02 260.25 0.91 0.83
Hex C6 AB FB 15 20 0 2 104 5B 53
Octal 306 253 373 25 40 0 2 404 133 123
Binary 11000110 10101011 11111011 10101 100000 0 10 100000100 1011011 1010011

Color Harmonies of #C6ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABFB

Black with #C6ABFB

Text Example


Text Example

White with #C6ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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