Html Css Color HEX #C6AFFA Melrose

📋 copy color: '#C6AFFA'

red 198 ◦ green 175 ◦ blue 250

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

Shades of Melrose #C6AFFA

Tints of Melrose #C6AFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.13%

R = 31.78%
G = 28.09%
B = 40.13%

CMYK

 C value IS 0.21

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6AFFA (or 0xC6AFFA) is known color: Melrose. HEX triplet: C6, AF and FA. RGB value is (198,175,250). Sum of RGB (Red+Green+Blue) = 198+175+250=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AFFA is #395005. Grayscale: #BEBEBE. Windows color (decimal): -3756038 or 16428998. OLE color: 16428998.

HSL color Cylindrical-coordinate representation of color #C6AFFA: hue angle of 258.4º degrees, saturation: 0.88, 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 #C6AFFA is Cyan = 0.21, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 175 250 -
CMYK 0.21 0.3 0 0.02
HSL 258.4º 0.88% 0.83% -
HSV(B) 258.4º 0.3% 0.98% -
XYZ 55.87 49.57 97.07 -
YUV 190.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 198 175 250 0.21 0.3 0 0.02 258.4 0.88 0.83
Hex C6 AF FA 15 1E 0 2 102 58 53
Octal 306 257 372 25 36 0 2 402 130 123
Binary 11000110 10101111 11111010 10101 11110 0 10 100000010 1011000 1010011

Color Harmonies of #C6AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFFA

Black with #C6AFFA

Text Example


Text Example

White with #C6AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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