Html Css Color HEX #C9AFF9 Melrose

📋 copy color: '#C9AFF9'

red 201 ◦ green 175 ◦ blue 249

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

Shades of Melrose #C9AFF9

Tints of Melrose #C9AFF9

RGB

 RED value IS 201 (78.91% from 255) = 32.16%

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

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 32.16%
G = 28%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9AFF9 (or 0xC9AFF9) is known color: Melrose. HEX triplet: C9, AF and F9. RGB value is (201,175,249). Sum of RGB (Red+Green+Blue) = 201+175+249=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFF9 is #365006. Grayscale: #BEBEBE. Windows color (decimal): -3559431 or 16363465. OLE color: 16363465.

HSL color Cylindrical-coordinate representation of color #C9AFF9: hue angle of 261.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AFF9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 175 249 -
CMYK 0.19 0.30 0 0.02
HSL 261.08º 0.86% 0.83% -
HSV(B) 261.08º 0.3% 0.98% -
XYZ 56.52 49.92 96.28 -
YUV 191.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 201 175 249 0.19 0.30 0 0.02 261.08 0.86 0.83
Hex C9 AF F9 13 1E 0 2 105 56 53
Octal 311 257 371 23 36 0 2 405 126 123
Binary 11001001 10101111 11111001 10011 11110 0 10 100000101 1010110 1010011

Color Harmonies of #C9AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFF9

Black with #C9AFF9

Text Example


Text Example

White with #C9AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFF9; }

 p { color: rgb(201,175,249); }

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

background-color css

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

 a { background-color: rgb(201,175,249); }

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

border-color css

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

 span { border-color: rgb(201,175,249); }

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