Html Css Color HEX #C6AFFC Melrose

📋 copy color: '#C6AFFC'

red 198 ◦ green 175 ◦ blue 252

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

Shades of Melrose #C6AFFC

Tints of Melrose #C6AFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 31.68%
G = 28%
B = 40.32%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6AFFC (or 0xC6AFFC) is known color: Melrose. HEX triplet: C6, AF and FC. RGB value is (198,175,252). Sum of RGB (Red+Green+Blue) = 198+175+252=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFC is #395003. Grayscale: #BEBEBE. Windows color (decimal): -3756036 or 16560070. OLE color: 16560070.

HSL color Cylindrical-coordinate representation of color #C6AFFC: hue angle of 257.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AFFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 175 252 -
CMYK 0.21 0.31 0 0.01
HSL 257.92º 0.93% 0.84% -
HSV(B) 257.92º 0.31% 0.99% -
XYZ 56.19 49.69 98.73 -
YUV 190.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 198 175 252 0.21 0.31 0 0.01 257.92 0.93 0.84
Hex C6 AF FC 15 1F 0 1 102 5D 54
Octal 306 257 374 25 37 0 1 402 135 124
Binary 11000110 10101111 11111100 10101 11111 0 1 100000010 1011101 1010100

Color Harmonies of #C6AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFFC

Black with #C6AFFC

Text Example


Text Example

White with #C6AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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