#C1A7FD

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

Shades of Melrose #C1A7FD

Tints of Melrose #C1A7FD

Color information

#C1A7FD (or 0xC1A7FD) is unknown color: approx Melrose. HEX triplet: C1, A7 and FD. RGB value is (193,167,253). Sum of RGB (Red+Green+Blue) = 193+167+253=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A7FD is #3E5802. Grayscale: #B8B8B8. Windows color (decimal): -4085763 or 16623553. OLE color: 16623553.

HSL color Cylindrical-coordinate representation of color #C1A7FD: hue angle of 258.14º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1A7FD is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193167253-
CMYK0.240.3400.01
HSL258.14º95.56%82.35%-
HSV(B)258.14º33.99%99.22%-
XYZ53.5446.0799-
YUV184.58166.61134.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 167 (65.62% from 255) = 27.24%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=31.48%
G=27.24%
B=41.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931672530.240.3400.01258.1495.5682.35
HexC1A7FD1822011026052
Octal301247375304201402140122
Binary110000011010011111111101110001000100110000001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A7FD; }

 p { color: rgb(193,167,253); }

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

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

 a { background-color: rgb(193,167,253); }

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

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

 span { border-color: rgb(193,167,253); }

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