Html Css Color HEX #C5AFF6 Melrose

📋 copy color: '#C5AFF6'

red 197 ◦ green 175 ◦ blue 246

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

Shades of Melrose #C5AFF6

Tints of Melrose #C5AFF6

RGB

 RED value IS 197 (77.34% from 255) = 31.88%

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

 BLUE value IS 246 (96.48% from 255) = 39.81%

R = 31.88%
G = 28.32%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C5AFF6 (or 0xC5AFF6) is known color: Melrose. HEX triplet: C5, AF and F6. RGB value is (197,175,246). Sum of RGB (Red+Green+Blue) = 197+175+246=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF6 is #3A5009. Grayscale: #BDBDBD. Windows color (decimal): -3821578 or 16166853. OLE color: 16166853.

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

Color convert

RGB 197 175 246 -
CMYK 0.20 0.29 0 0.04
HSL 258.59º 0.8% 0.83% -
HSV(B) 258.59º 0.29% 0.96% -
XYZ 54.99 49.18 93.78 -
YUV 189.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 197 175 246 0.20 0.29 0 0.04 258.59 0.8 0.83
Hex C5 AF F6 14 1D 0 4 103 50 53
Octal 305 257 366 24 35 0 4 403 120 123
Binary 11000101 10101111 11110110 10100 11101 0 100 100000011 1010000 1010011

Color Harmonies of #C5AFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFF6

Black with #C5AFF6

Text Example


Text Example

White with #C5AFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFF6; }

 p { color: rgb(197,175,246); }

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

background-color css

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

 a { background-color: rgb(197,175,246); }

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

border-color css

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

 span { border-color: rgb(197,175,246); }

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