Html Css Color HEX #C6AFEC Melrose

📋 copy color: '#C6AFEC'

red 198 ◦ green 175 ◦ blue 236

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

Shades of Melrose #C6AFEC

Tints of Melrose #C6AFEC

RGB

 RED value IS 198 (77.73% from 255) = 32.51%

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

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 32.51%
G = 28.74%
B = 38.75%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6AFEC (or 0xC6AFEC) is known color: Melrose. HEX triplet: C6, AF and EC. RGB value is (198,175,236). Sum of RGB (Red+Green+Blue) = 198+175+236=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFEC is #395013. Grayscale: #BCBCBC. Windows color (decimal): -3756052 or 15511494. OLE color: 15511494.

HSL color Cylindrical-coordinate representation of color #C6AFEC: hue angle of 262.62º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AFEC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 175 236 -
CMYK 0.16 0.26 0 0.07
HSL 262.62º 0.62% 0.81% -
HSV(B) 262.62º 0.26% 0.93% -
XYZ 53.76 48.72 85.93 -
YUV 188.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 198 175 236 0.16 0.26 0 0.07 262.62 0.62 0.81
Hex C6 AF EC 10 1A 0 7 107 3E 51
Octal 306 257 354 20 32 0 7 407 76 121
Binary 11000110 10101111 11101100 10000 11010 0 111 100000111 111110 1010001

Color Harmonies of #C6AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFEC

Black with #C6AFEC

Text Example


Text Example

White with #C6AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFEC; }

 p { color: rgb(198,175,236); }

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

background-color css

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

 a { background-color: rgb(198,175,236); }

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

border-color css

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

 span { border-color: rgb(198,175,236); }

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