#C4ACFD

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

Shades of Melrose #C4ACFD

Tints of Melrose #C4ACFD

Color information

#C4ACFD (or 0xC4ACFD) is unknown color: approx Melrose. HEX triplet: C4, AC and FD. RGB value is (196,172,253). Sum of RGB (Red+Green+Blue) = 196+172+253=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFD is #3B5302. Grayscale: #BCBCBC. Windows color (decimal): -3887875 or 16624836. OLE color: 16624836.

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

Color convert

RGB196172253-
CMYK0.230.3200.01
HSL257.78º95.29%83.33%-
HSV(B)257.78º32.02%99.22%-
XYZ55.2548.3399.35-
YUV188.41164.45133.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=31.56%
G=27.70%
B=40.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961722530.230.3200.01257.7895.2983.33
HexC4ACFD1720011025f53
Octal304254375274001402137123
Binary110001001010110011111101101111000000110000001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACFD; }

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

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

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

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

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

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

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

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