#C4AFFA

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

Shades of Melrose #C4AFFA

Tints of Melrose #C4AFFA

Color information

#C4AFFA (or 0xC4AFFA) is unknown color: approx Melrose. HEX triplet: C4, AF and FA. RGB value is (196,175,250). Sum of RGB (Red+Green+Blue) = 196+175+250=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFA is #3B5005. Grayscale: #BDBDBD. Windows color (decimal): -3887110 or 16428996. OLE color: 16428996.

HSL color Cylindrical-coordinate representation of color #C4AFFA: hue angle of 256.8º degrees, saturation: 0.88, 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 #C4AFFA is Cyan = 0.22, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196175250-
CMYK0.220.300.02
HSL256.8º88.24%83.33%-
HSV(B)256.8º30%98.04%-
XYZ55.3549.397.04-
YUV189.83161.96132.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=31.56%
G=28.18%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961752500.220.300.02256.888.2483.33
HexC4AFFA161E021015853
Octal304257372263602401130123
Binary110001001010111111111010101101111001010000000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFFA; }

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

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

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

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

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

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

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

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