Html Css Color HEX #C6AFED Melrose

📋 copy color: '#C6AFED'

red 198 ◦ green 175 ◦ blue 237

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

Shades of Melrose #C6AFED

Tints of Melrose #C6AFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 32.46%
G = 28.69%
B = 38.85%

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

#C6AFED (or 0xC6AFED) is known color: Melrose. HEX triplet: C6, AF and ED. RGB value is (198,175,237). Sum of RGB (Red+Green+Blue) = 198+175+237=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFED is #395012. Grayscale: #BCBCBC. Windows color (decimal): -3756051 or 15577030. OLE color: 15577030.

HSL color Cylindrical-coordinate representation of color #C6AFED: hue angle of 262.26º degrees, saturation: 0.63, 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 #C6AFED is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 175 237 -
CMYK 0.16 0.26 0 0.07
HSL 262.26º 0.63% 0.81% -
HSV(B) 262.26º 0.26% 0.93% -
XYZ 53.9 48.78 86.7 -
YUV 188.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 198 175 237 0.16 0.26 0 0.07 262.26 0.63 0.81
Hex C6 AF ED 10 1A 0 7 106 3F 51
Octal 306 257 355 20 32 0 7 406 77 121
Binary 11000110 10101111 11101101 10000 11010 0 111 100000110 111111 1010001

Color Harmonies of #C6AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFED

Black with #C6AFED

Text Example


Text Example

White with #C6AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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