#C3ADF1

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

Shades of Melrose #C3ADF1

Tints of Melrose #C3ADF1

Color information

#C3ADF1 (or 0xC3ADF1) is unknown color: approx Melrose. HEX triplet: C3, AD and F1. RGB value is (195,173,241). Sum of RGB (Red+Green+Blue) = 195+173+241=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADF1 is #3C520E. Grayscale: #BBBBBB. Windows color (decimal): -3953167 or 15838659. OLE color: 15838659.

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

Color convert

RGB195173241-
CMYK0.190.2800.05
HSL259.41º70.83%81.18%-
HSV(B)259.41º28.22%94.51%-
XYZ53.3347.8489.64-
YUV187.33158.29133.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.02%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=32.02%
G=28.41%
B=39.57%

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
Decimal1951732410.190.2800.05259.4170.8381.18
HexC3ADF1131C051034751
Octal303255361233405403107121
Binary1100001110101101111100011001111100010110000001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADF1; }

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

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

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

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

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

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

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

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