Html Css Color HEX #C6ABFD Melrose

📋 copy color: '#C6ABFD'

red 198 ◦ green 171 ◦ blue 253

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

Shades of Melrose #C6ABFD

Tints of Melrose #C6ABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 31.83%
G = 27.49%
B = 40.68%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6ABFD (or 0xC6ABFD) is known color: Melrose. HEX triplet: C6, AB and FD. RGB value is (198,171,253). Sum of RGB (Red+Green+Blue) = 198+171+253=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFD is #395402. Grayscale: #BCBCBC. Windows color (decimal): -3757059 or 16624582. OLE color: 16624582.

HSL color Cylindrical-coordinate representation of color #C6ABFD: hue angle of 259.76º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6ABFD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 171 253 -
CMYK 0.22 0.32 0 0.01
HSL 259.76º 0.95% 0.83% -
HSV(B) 259.76º 0.32% 0.99% -
XYZ 55.58 48.22 99.31 -
YUV 188.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 198 171 253 0.22 0.32 0 0.01 259.76 0.95 0.83
Hex C6 AB FD 16 20 0 1 104 5F 53
Octal 306 253 375 26 40 0 1 404 137 123
Binary 11000110 10101011 11111101 10110 100000 0 1 100000100 1011111 1010011

Color Harmonies of #C6ABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABFD

Black with #C6ABFD

Text Example


Text Example

White with #C6ABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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