#C4AFEF

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

Shades of Melrose #C4AFEF

Tints of Melrose #C4AFEF

Color information

#C4AFEF (or 0xC4AFEF) is unknown color: approx Melrose. HEX triplet: C4, AF and EF. RGB value is (196,175,239). Sum of RGB (Red+Green+Blue) = 196+175+239=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFEF is #3B5010. Grayscale: #BCBCBC. Windows color (decimal): -3887121 or 15708100. OLE color: 15708100.

HSL color Cylindrical-coordinate representation of color #C4AFEF: hue angle of 259.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4AFEF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196175239-
CMYK0.180.2700.06
HSL259.69º66.67%81.18%-
HSV(B)259.69º26.78%93.73%-
XYZ53.6748.6388.22-
YUV188.58156.46133.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=32.13%
G=28.69%
B=39.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961752390.180.2700.06259.6966.6781.18
HexC4AFEF121B061044351
Octal304257357223306404103121
Binary1100010010101111111011111001011011011010000010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFEF; }

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

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

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

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

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

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

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

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