#C1A8FC

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

Shades of Melrose #C1A8FC

Tints of Melrose #C1A8FC

Color information

#C1A8FC (or 0xC1A8FC) is unknown color: approx Melrose. HEX triplet: C1, A8 and FC. RGB value is (193,168,252). Sum of RGB (Red+Green+Blue) = 193+168+252=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A8FC is #3E5703. Grayscale: #B8B8B8. Windows color (decimal): -4085508 or 16558273. OLE color: 16558273.

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

Color convert

RGB193168252-
CMYK0.230.3300.01
HSL257.86º93.33%82.35%-
HSV(B)257.86º33.33%98.82%-
XYZ53.5746.3798.22-
YUV185.05165.78133.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=31.48%
G=27.41%
B=41.11%

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
Decimal1931682520.230.3300.01257.8693.3382.35
HexC1A8FC1721011025d52
Octal301250374274101402135122
Binary110000011010100011111100101111000010110000001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8FC; }

 p { color: rgb(193,168,252); }

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

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

 a { background-color: rgb(193,168,252); }

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

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

 span { border-color: rgb(193,168,252); }

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