#C4AFF9

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

Shades of Melrose #C4AFF9

Tints of Melrose #C4AFF9

Color information

#C4AFF9 (or 0xC4AFF9) is unknown color: approx Melrose. HEX triplet: C4, AF and F9. RGB value is (196,175,249). Sum of RGB (Red+Green+Blue) = 196+175+249=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFF9 is #3B5006. Grayscale: #BDBDBD. Windows color (decimal): -3887111 or 16363460. OLE color: 16363460.

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

Color convert

RGB196175249-
CMYK0.210.3000.02
HSL257.03º86.05%83.14%-
HSV(B)257.03º29.72%97.65%-
XYZ55.1949.2496.22-
YUV189.72161.46132.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=31.61%
G=28.23%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1961752490.210.3000.02257.0386.0583.14
HexC4AFF9151E021015653
Octal304257371253602401126123
Binary110001001010111111111001101011111001010000000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFF9; }

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

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

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

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

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

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

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

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