Html Css Color HEX #C5AFF7 Melrose

📋 copy color: '#C5AFF7'

red 197 ◦ green 175 ◦ blue 247

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

Shades of Melrose #C5AFF7

Tints of Melrose #C5AFF7

RGB

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

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

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

R = 31.83%
G = 28.27%
B = 39.9%

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

#C5AFF7 (or 0xC5AFF7) is known color: Melrose. HEX triplet: C5, AF and F7. RGB value is (197,175,247). Sum of RGB (Red+Green+Blue) = 197+175+247=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5AFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF7 is #3A5008. Grayscale: #BDBDBD. Windows color (decimal): -3821577 or 16232389. OLE color: 16232389.

HSL color Cylindrical-coordinate representation of color #C5AFF7: hue angle of 258.33º 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 #C5AFF7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 175 247 -
CMYK 0.20 0.29 0 0.03
HSL 258.33º 0.82% 0.83% -
HSV(B) 258.33º 0.29% 0.97% -
XYZ 55.14 49.25 94.59 -
YUV 189.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 197 175 247 0.20 0.29 0 0.03 258.33 0.82 0.83
Hex C5 AF F7 14 1D 0 3 102 52 53
Octal 305 257 367 24 35 0 3 402 122 123
Binary 11000101 10101111 11110111 10100 11101 0 11 100000010 1010010 1010011

Color Harmonies of #C5AFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFF7

Black with #C5AFF7

Text Example


Text Example

White with #C5AFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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