Html Css Color HEX #C5AFF4 Melrose

📋 copy color: '#C5AFF4'

red 197 ◦ green 175 ◦ blue 244

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

Shades of Melrose #C5AFF4

Tints of Melrose #C5AFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.61%

R = 31.98%
G = 28.41%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C5AFF4 (or 0xC5AFF4) is known color: Melrose. HEX triplet: C5, AF and F4. RGB value is (197,175,244). Sum of RGB (Red+Green+Blue) = 197+175+244=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF4 is #3A500B. Grayscale: #BDBDBD. Windows color (decimal): -3821580 or 16035781. OLE color: 16035781.

HSL color Cylindrical-coordinate representation of color #C5AFF4: hue angle of 259.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AFF4 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 175 244 -
CMYK 0.19 0.28 0 0.04
HSL 259.13º 0.76% 0.82% -
HSV(B) 259.13º 0.28% 0.96% -
XYZ 54.69 49.06 92.18 -
YUV 189.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 197 175 244 0.19 0.28 0 0.04 259.13 0.76 0.82
Hex C5 AF F4 13 1C 0 4 103 4C 52
Octal 305 257 364 23 34 0 4 403 114 122
Binary 11000101 10101111 11110100 10011 11100 0 100 100000011 1001100 1010010

Color Harmonies of #C5AFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFF4

Black with #C5AFF4

Text Example


Text Example

White with #C5AFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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