#C3ADF7

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

Shades of Melrose #C3ADF7

Tints of Melrose #C3ADF7

Color information

#C3ADF7 (or 0xC3ADF7) is unknown color: approx Melrose. HEX triplet: C3, AD and F7. RGB value is (195,173,247). Sum of RGB (Red+Green+Blue) = 195+173+247=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #C3ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADF7 is #3C5208. Grayscale: #BBBBBB. Windows color (decimal): -3953161 or 16231875. OLE color: 16231875.

HSL color Cylindrical-coordinate representation of color #C3ADF7: hue angle of 257.84º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3ADF7 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195173247-
CMYK0.210.3000.03
HSL257.84º82.22%82.35%-
HSV(B)257.84º29.96%96.86%-
XYZ54.2448.294.44-
YUV188.01161.29132.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.71%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 247 (96.88% from 255) = 40.16%
R=31.71%
G=28.13%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951732470.210.3000.03257.8482.2282.35
HexC3ADF7151E031025252
Octal303255367253603402122122
Binary110000111010110111110111101011111001110000001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADF7; }

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

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

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

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

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

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

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

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