#C7AFF9

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

Shades of Melrose #C7AFF9

Tints of Melrose #C7AFF9

Color information

#C7AFF9 (or 0xC7AFF9) is unknown color: approx Melrose. HEX triplet: C7, AF and F9. RGB value is (199,175,249). Sum of RGB (Red+Green+Blue) = 199+175+249=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #C7AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFF9 is #385006. Grayscale: #BEBEBE. Windows color (decimal): -3690503 or 16363463. OLE color: 16363463.

HSL color Cylindrical-coordinate representation of color #C7AFF9: hue angle of 259.46º 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 #C7AFF9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199175249-
CMYK0.200.3000.02
HSL259.46º86.05%83.14%-
HSV(B)259.46º29.72%97.65%-
XYZ55.9849.6496.25-
YUV190.61160.95133.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=31.94%
G=28.09%
B=39.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991752490.200.3000.02259.4686.0583.14
HexC7AFF9141E021035653
Octal307257371243602403126123
Binary110001111010111111111001101001111001010000001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFF9; }

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

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

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

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

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

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

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

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