#C3A8FE

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

Shades of Melrose #C3A8FE

Tints of Melrose #C3A8FE

Color information

#C3A8FE (or 0xC3A8FE) is unknown color: approx Melrose. HEX triplet: C3, A8 and FE. RGB value is (195,168,254). Sum of RGB (Red+Green+Blue) = 195+168+254=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A8FE is #3C5701. Grayscale: #B9B9B9. Windows color (decimal): -3954434 or 16689347. OLE color: 16689347.

HSL color Cylindrical-coordinate representation of color #C3A8FE: hue angle of 258.84º 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 #C3A8FE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195168254-
CMYK0.230.3400.00
HSL258.84º97.73%82.75%-
HSV(B)258.84º33.86%99.61%-
XYZ54.446.7699.93-
YUV185.88166.45134.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=31.60%
G=27.23%
B=41.17%

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
Decimal1951682540.230.3400.00258.8497.7382.75
HexC3A8FE1722001036253
Octal303250376274200403142123
Binary110000111010100011111110101111000100010000001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8FE; }

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

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

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

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

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

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

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

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