#C1AFF3

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

Shades of Melrose #C1AFF3

Tints of Melrose #C1AFF3

Color information

#C1AFF3 (or 0xC1AFF3) is unknown color: approx Melrose. HEX triplet: C1, AF and F3. RGB value is (193,175,243). Sum of RGB (Red+Green+Blue) = 193+175+243=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFF3 is #3E500C. Grayscale: #BBBBBB. Windows color (decimal): -4083725 or 15970241. OLE color: 15970241.

HSL color Cylindrical-coordinate representation of color #C1AFF3: hue angle of 255.88º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1AFF3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193175243-
CMYK0.210.2800.05
HSL255.88º73.91%81.96%-
HSV(B)255.88º27.98%95.29%-
XYZ53.548.4791.33-
YUV188.13158.96131.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 243 (95.31% from 255) = 39.77%
R=31.59%
G=28.64%
B=39.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931752430.210.2800.05255.8873.9181.96
HexC1AFF3151C051004a52
Octal301257363253405400112122
Binary1100000110101111111100111010111100010110000000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFF3; }

 p { color: rgb(193,175,243); }

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

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

 a { background-color: rgb(193,175,243); }

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

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

 span { border-color: rgb(193,175,243); }

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