#C3A7FE

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

Shades of Melrose #C3A7FE

Tints of Melrose #C3A7FE

Color information

#C3A7FE (or 0xC3A7FE) is unknown color: approx Melrose. HEX triplet: C3, A7 and FE. RGB value is (195,167,254). Sum of RGB (Red+Green+Blue) = 195+167+254=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A7FE is #3C5801. Grayscale: #B8B8B8. Windows color (decimal): -3954690 or 16689091. OLE color: 16689091.

HSL color Cylindrical-coordinate representation of color #C3A7FE: hue angle of 259.31º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3A7FE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195167254-
CMYK0.230.3400.00
HSL259.31º97.75%82.55%-
HSV(B)259.31º34.25%99.61%-
XYZ54.2146.499.86-
YUV185.29166.78134.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 167 (65.62% from 255) = 27.11%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=31.66%
G=27.11%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951672540.230.3400.00259.3197.7582.55
HexC3A7FE1722001036253
Octal303247376274200403142123
Binary110000111010011111111110101111000100010000001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A7FE; }

 p { color: rgb(195,167,254); }

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

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

 a { background-color: rgb(195,167,254); }

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

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

 span { border-color: rgb(195,167,254); }

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