#C3AFF1

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

Shades of Melrose #C3AFF1

Tints of Melrose #C3AFF1

Color information

#C3AFF1 (or 0xC3AFF1) is unknown color: approx Melrose. HEX triplet: C3, AF and F1. RGB value is (195,175,241). Sum of RGB (Red+Green+Blue) = 195+175+241=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFF1 is #3C500E. Grayscale: #BCBCBC. Windows color (decimal): -3952655 or 15839171. OLE color: 15839171.

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

Color convert

RGB195175241-
CMYK0.190.2700.05
HSL258.18º70.21%81.57%-
HSV(B)258.18º27.39%94.51%-
XYZ53.7148.6189.77-
YUV188.5157.63132.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=31.91%
G=28.64%
B=39.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951752410.190.2700.05258.1870.2181.57
HexC3AFF1131B051024652
Octal303257361233305402106122
Binary1100001110101111111100011001111011010110000001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFF1; }

 p { color: rgb(195,175,241); }

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

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

 a { background-color: rgb(195,175,241); }

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

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

 span { border-color: rgb(195,175,241); }

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