#C3A9FC

Color #C3A9FC Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C3A9FC

Tints of Melrose #C3A9FC

Color information

#C3A9FC (or 0xC3A9FC) is unknown color: approx Melrose. HEX triplet: C3, A9 and FC. RGB value is (195,169,252). Sum of RGB (Red+Green+Blue) = 195+169+252=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A9FC is #3C5603. Grayscale: #B9B9B9. Windows color (decimal): -3954180 or 16558531. OLE color: 16558531.

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

Color convert

RGB195169252-
CMYK0.230.3300.01
HSL258.8º93.26%82.55%-
HSV(B)258.8º32.94%98.82%-
XYZ54.2647.0198.31-
YUV186.24165.11134.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=31.66%
G=27.44%
B=40.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951692520.230.3300.01258.893.2682.55
HexC3A9FC1721011035d53
Octal303251374274101403135123
Binary110000111010100111111100101111000010110000001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A9FC; }

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

 H1.HeaderClassName
 {
   color: #C3A9FC;
 }
 .AnyTagClassName
 {
   color: #C3A9FC;
 }
</style>
background-color css

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

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

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

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

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

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