Html Css Color HEX #C3AAF6 Melrose

📋 copy color: '#C3AAF6'

red 195 ◦ green 170 ◦ blue 246

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

Shades of Melrose #C3AAF6

Tints of Melrose #C3AAF6

RGB

 RED value IS 195 (76.56% from 255) = 31.91%

 GREEN value IS 170 (66.8% from 255) = 27.82%

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

R = 31.91%
G = 27.82%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C3AAF6 (or 0xC3AAF6) is known color: Melrose. HEX triplet: C3, AA and F6. RGB value is (195,170,246). Sum of RGB (Red+Green+Blue) = 195+170+246=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3AAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAF6 is #3C5509. Grayscale: #B9B9B9. Windows color (decimal): -3953930 or 16165571. OLE color: 16165571.

HSL color Cylindrical-coordinate representation of color #C3AAF6: hue angle of 259.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3AAF6 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 170 246 -
CMYK 0.21 0.31 0 0.04
HSL 259.74º 0.81% 0.82% -
HSV(B) 259.74º 0.31% 0.96% -
XYZ 53.51 47.01 93.44 -
YUV 186.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 195 170 246 0.21 0.31 0 0.04 259.74 0.81 0.82
Hex C3 AA F6 15 1F 0 4 104 51 52
Octal 303 252 366 25 37 0 4 404 121 122
Binary 11000011 10101010 11110110 10101 11111 0 100 100000100 1010001 1010010

Color Harmonies of #C3AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAF6

Black with #C3AAF6

Text Example


Text Example

White with #C3AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAF6; }

 p { color: rgb(195,170,246); }

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

background-color css

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

 a { background-color: rgb(195,170,246); }

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

border-color css

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

 span { border-color: rgb(195,170,246); }

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