#C4ACFF

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

Shades of Melrose #C4ACFF

Tints of Melrose #C4ACFF

Color information

#C4ACFF (or 0xC4ACFF) is unknown color: approx Melrose. HEX triplet: C4, AC and FF. RGB value is (196,172,255). Sum of RGB (Red+Green+Blue) = 196+172+255=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFF is #3B5300. Grayscale: #BCBCBC. Windows color (decimal): -3887873 or 16755908. OLE color: 16755908.

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

Color convert

RGB196172255-
CMYK0.230.3300
HSL257.35º100%83.73%-
HSV(B)257.35º32.55%100%-
XYZ55.5748.46101.03-
YUV188.64165.45133.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 255 (100% from 255) = 40.93%
R=31.46%
G=27.61%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961722550.230.3300257.3510083.73
HexC4ACFF1721001016454
Octal304254377274100401144124
Binary110001001010110011111111101111000010010000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACFF; }

 p { color: rgb(196,172,255); }

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

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

 a { background-color: rgb(196,172,255); }

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

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

 span { border-color: rgb(196,172,255); }

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