#c1a8ff

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

Shades of Melrose #C1A8FF

Tints of Melrose #C1A8FF

Color information

#C1A8FF (or 0xC1A8FF) is unknown color: approx Melrose. HEX triplet: C1, A8 and FF. RGB value is (193,168,255). Sum of RGB (Red+Green+Blue) = 193+168+255=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A8FF is #3E5700. Grayscale: #B9B9B9. Windows color (decimal): -4085505 or 16754881. OLE color: 16754881.

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

Color convert

RGB193168255-
CMYK0.240.3400
HSL257.24º100%82.94%-
HSV(B)257.24º34.12%100%-
XYZ54.0446.56100.75-
YUV185.39167.28133.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 168 (66.02% from 255) = 27.27%
BLUE value IS 255 (100% from 255) = 41.40%
R=31.33%
G=27.27%
B=41.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931682550.240.3400257.2410082.94
HexC1A8FF1822001016453
Octal301250377304200401144123
Binary110000011010100011111111110001000100010000000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1a8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1a8ff; }

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

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

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

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

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

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

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

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