#C1A7FF

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

Shades of Melrose #C1A7FF

Tints of Melrose #C1A7FF

Color information

#C1A7FF (or 0xC1A7FF) is unknown color: approx Melrose. HEX triplet: C1, A7 and FF. RGB value is (193,167,255). Sum of RGB (Red+Green+Blue) = 193+167+255=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A7FF is #3E5800. Grayscale: #B8B8B8. Windows color (decimal): -4085761 or 16754625. OLE color: 16754625.

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

Color convert

RGB193167255-
CMYK0.240.3500
HSL257.73º100%82.75%-
HSV(B)257.73º34.51%100%-
XYZ53.8646.19100.69-
YUV184.81167.61133.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.38%
GREEN value IS 167 (65.62% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 41.46%
R=31.38%
G=27.15%
B=41.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931672550.240.3500257.7310082.75
HexC1A7FF1823001026453
Octal301247377304300402144123
Binary110000011010011111111111110001000110010000001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A7FF; }

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

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

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

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

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

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

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

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