Html Css Color HEX #C3A9F9 Melrose

📋 copy color: '#C3A9F9'

red 195 ◦ green 169 ◦ blue 249

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

Shades of Melrose #C3A9F9

Tints of Melrose #C3A9F9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.57%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 31.81%
G = 27.57%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3A9F9 (or 0xC3A9F9) is known color: Melrose. HEX triplet: C3, A9 and F9. RGB value is (195,169,249). Sum of RGB (Red+Green+Blue) = 195+169+249=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A9F9 is #3C5606. Grayscale: #B9B9B9. Windows color (decimal): -3954183 or 16361923. OLE color: 16361923.

HSL color Cylindrical-coordinate representation of color #C3A9F9: hue angle of 259.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3A9F9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 169 249 -
CMYK 0.22 0.32 0 0.02
HSL 259.5º 0.87% 0.82% -
HSV(B) 259.5º 0.32% 0.98% -
XYZ 53.79 46.82 95.82 -
YUV 185.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 195 169 249 0.22 0.32 0 0.02 259.5 0.87 0.82
Hex C3 A9 F9 16 20 0 2 104 57 52
Octal 303 251 371 26 40 0 2 404 127 122
Binary 11000011 10101001 11111001 10110 100000 0 10 100000100 1010111 1010010

Color Harmonies of #C3A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A9F9

Black with #C3A9F9

Text Example


Text Example

White with #C3A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A9F9; }

 p { color: rgb(195,169,249); }

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

background-color css

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

 a { background-color: rgb(195,169,249); }

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

border-color css

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

 span { border-color: rgb(195,169,249); }

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