#C3AFF9

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

Shades of Melrose #C3AFF9

Tints of Melrose #C3AFF9

Color information

#C3AFF9 (or 0xC3AFF9) is unknown color: approx Melrose. HEX triplet: C3, AF and F9. RGB value is (195,175,249). Sum of RGB (Red+Green+Blue) = 195+175+249=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AFF9 is #3C5006. Grayscale: #BDBDBD. Windows color (decimal): -3952647 or 16363459. OLE color: 16363459.

HSL color Cylindrical-coordinate representation of color #C3AFF9: hue angle of 256.22º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3AFF9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195175249-
CMYK0.220.3000.02
HSL256.22º86.05%83.14%-
HSV(B)256.22º29.72%97.65%-
XYZ54.9349.196.2-
YUV189.42161.63131.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=31.50%
G=28.27%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951752490.220.3000.02256.2286.0583.14
HexC3AFF9161E021005653
Octal303257371263602400126123
Binary110000111010111111111001101101111001010000000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFF9; }

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

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

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

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

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

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

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

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