#C4AFFD

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

Shades of Melrose #C4AFFD

Tints of Melrose #C4AFFD

Color information

#C4AFFD (or 0xC4AFFD) is unknown color: approx Melrose. HEX triplet: C4, AF and FD. RGB value is (196,175,253). Sum of RGB (Red+Green+Blue) = 196+175+253=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFFD is #3B5002. Grayscale: #BDBDBD. Windows color (decimal): -3887107 or 16625604. OLE color: 16625604.

HSL color Cylindrical-coordinate representation of color #C4AFFD: hue angle of 256.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AFFD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196175253-
CMYK0.230.3100.01
HSL256.15º95.12%83.92%-
HSV(B)256.15º30.83%99.22%-
XYZ55.8249.4999.54-
YUV190.17163.46132.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=31.41%
G=28.04%
B=40.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961752530.230.3100.01256.1595.1283.92
HexC4AFFD171F011005f54
Octal304257375273701400137124
Binary11000100101011111111110110111111110110000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFFD; }

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

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

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

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

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

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

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

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