Html Css Color HEX #C0AFF9 Melrose

📋 copy color: '#C0AFF9'

red 192 ◦ green 175 ◦ blue 249

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

Shades of Melrose #C0AFF9

Tints of Melrose #C0AFF9

RGB

 RED value IS 192 (75.39% from 255) = 31.17%

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

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

R = 31.17%
G = 28.41%
B = 40.42%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0AFF9 (or 0xC0AFF9) is known color: Melrose. HEX triplet: C0, AF and F9. RGB value is (192,175,249). Sum of RGB (Red+Green+Blue) = 192+175+249=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF9 is #3F5006. Grayscale: #BCBCBC. Windows color (decimal): -4149255 or 16363456. OLE color: 16363456.

HSL color Cylindrical-coordinate representation of color #C0AFF9: hue angle of 253.78º 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 #C0AFF9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 175 249 -
CMYK 0.23 0.30 0 0.02
HSL 253.78º 0.86% 0.83% -
HSV(B) 253.78º 0.3% 0.98% -
XYZ 54.17 48.71 96.17 -
YUV 188.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 192 175 249 0.23 0.30 0 0.02 253.78 0.86 0.83
Hex C0 AF F9 17 1E 0 2 FE 56 53
Octal 300 257 371 27 36 0 2 376 126 123
Binary 11000000 10101111 11111001 10111 11110 0 10 11111110 1010110 1010011

Color Harmonies of #C0AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFF9

Black with #C0AFF9

Text Example


Text Example

White with #C0AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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