#C3AFF0

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

Shades of Melrose #C3AFF0

Tints of Melrose #C3AFF0

Color information

#C3AFF0 (or 0xC3AFF0) is unknown color: approx Melrose. HEX triplet: C3, AF and F0. RGB value is (195,175,240). Sum of RGB (Red+Green+Blue) = 195+175+240=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFF0 is #3C500F. Grayscale: #BCBCBC. Windows color (decimal): -3952656 or 15773635. OLE color: 15773635.

HSL color Cylindrical-coordinate representation of color #C3AFF0: hue angle of 258.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3AFF0 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195175240-
CMYK0.190.2700.06
HSL258.46º68.42%81.37%-
HSV(B)258.46º27.08%94.12%-
XYZ53.5648.5588.99-
YUV188.39157.13132.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.97%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=31.97%
G=28.69%
B=39.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951752400.190.2700.06258.4668.4281.37
HexC3AFF0131B061024451
Octal303257360233306402104121
Binary1100001110101111111100001001111011011010000001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFF0; }

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

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

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

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

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

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

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

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