Html Css Color HEX #C8AFF6 Melrose

📋 copy color: '#C8AFF6'

red 200 ◦ green 175 ◦ blue 246

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

Shades of Melrose #C8AFF6

Tints of Melrose #C8AFF6

RGB

 RED value IS 200 (78.52% from 255) = 32.21%

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

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

R = 32.21%
G = 28.18%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8AFF6 (or 0xC8AFF6) is known color: Melrose. HEX triplet: C8, AF and F6. RGB value is (200,175,246). Sum of RGB (Red+Green+Blue) = 200+175+246=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFF6 is #375009. Grayscale: #BEBEBE. Windows color (decimal): -3624970 or 16166856. OLE color: 16166856.

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

Color convert

RGB 200 175 246 -
CMYK 0.19 0.29 0 0.04
HSL 261.13º 0.8% 0.83% -
HSV(B) 261.13º 0.29% 0.96% -
XYZ 55.78 49.59 93.82 -
YUV 190.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 200 175 246 0.19 0.29 0 0.04 261.13 0.8 0.83
Hex C8 AF F6 13 1D 0 4 105 50 53
Octal 310 257 366 23 35 0 4 405 120 123
Binary 11001000 10101111 11110110 10011 11101 0 100 100000101 1010000 1010011

Color Harmonies of #C8AFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFF6

Black with #C8AFF6

Text Example


Text Example

White with #C8AFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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