Html Css Color HEX #C3AAF8 Melrose

📋 copy color: '#C3AAF8'

red 195 ◦ green 170 ◦ blue 248

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

Shades of Melrose #C3AAF8

Tints of Melrose #C3AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.46%

R = 31.81%
G = 27.73%
B = 40.46%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C3AAF8 (or 0xC3AAF8) is known color: Melrose. HEX triplet: C3, AA and F8. RGB value is (195,170,248). Sum of RGB (Red+Green+Blue) = 195+170+248=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAF8 is #3C5507. Grayscale: #BABABA. Windows color (decimal): -3953928 or 16296643. OLE color: 16296643.

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

Color convert

RGB 195 170 248 -
CMYK 0.21 0.31 0 0.03
HSL 259.23º 0.85% 0.82% -
HSV(B) 259.23º 0.31% 0.97% -
XYZ 53.82 47.13 95.07 -
YUV 186.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 195 170 248 0.21 0.31 0 0.03 259.23 0.85 0.82
Hex C3 AA F8 15 1F 0 3 103 55 52
Octal 303 252 370 25 37 0 3 403 125 122
Binary 11000011 10101010 11111000 10101 11111 0 11 100000011 1010101 1010010

Color Harmonies of #C3AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAF8

Black with #C3AAF8

Text Example


Text Example

White with #C3AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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