Html Css Color HEX #C6AFF7 Melrose

📋 copy color: '#C6AFF7'

red 198 ◦ green 175 ◦ blue 247

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

Shades of Melrose #C6AFF7

Tints of Melrose #C6AFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.23%

 BLUE value IS 247 (96.88% from 255) = 39.84%

R = 31.94%
G = 28.23%
B = 39.84%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C6AFF7 (or 0xC6AFF7) is known color: Melrose. HEX triplet: C6, AF and F7. RGB value is (198,175,247). Sum of RGB (Red+Green+Blue) = 198+175+247=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #C6AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFF7 is #395008. Grayscale: #BDBDBD. Windows color (decimal): -3756041 or 16232390. OLE color: 16232390.

HSL color Cylindrical-coordinate representation of color #C6AFF7: hue angle of 259.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AFF7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 175 247 -
CMYK 0.20 0.29 0 0.03
HSL 259.17º 0.82% 0.83% -
HSV(B) 259.17º 0.29% 0.97% -
XYZ 55.41 49.38 94.61 -
YUV 190.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 198 175 247 0.20 0.29 0 0.03 259.17 0.82 0.83
Hex C6 AF F7 14 1D 0 3 103 52 53
Octal 306 257 367 24 35 0 3 403 122 123
Binary 11000110 10101111 11110111 10100 11101 0 11 100000011 1010010 1010011

Color Harmonies of #C6AFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFF7

Black with #C6AFF7

Text Example


Text Example

White with #C6AFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFF7; }

 p { color: rgb(198,175,247); }

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

background-color css

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

 a { background-color: rgb(198,175,247); }

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

border-color css

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

 span { border-color: rgb(198,175,247); }

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