#C5AFF3

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

Shades of Melrose #C5AFF3

Tints of Melrose #C5AFF3

Color information

#C5AFF3 (or 0xC5AFF3) is unknown color: approx Melrose. HEX triplet: C5, AF and F3. RGB value is (197,175,243). Sum of RGB (Red+Green+Blue) = 197+175+243=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF3 is #3A500C. Grayscale: #BDBDBD. Windows color (decimal): -3821581 or 15970245. OLE color: 15970245.

HSL color Cylindrical-coordinate representation of color #C5AFF3: hue angle of 259.41º 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 #C5AFF3 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197175243-
CMYK0.190.2800.05
HSL259.41º73.91%81.96%-
HSV(B)259.41º27.98%95.29%-
XYZ54.534991.38-
YUV189.33158.29133.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=32.03%
G=28.46%
B=39.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971752430.190.2800.05259.4173.9181.96
HexC5AFF3131C051034a52
Octal305257363233405403112122
Binary1100010110101111111100111001111100010110000001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFF3; }

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

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

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

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

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

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

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

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