#C1ACFD

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

Shades of Melrose #C1ACFD

Tints of Melrose #C1ACFD

Color information

#C1ACFD (or 0xC1ACFD) is unknown color: approx Melrose. HEX triplet: C1, AC and FD. RGB value is (193,172,253). Sum of RGB (Red+Green+Blue) = 193+172+253=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACFD is #3E5302. Grayscale: #BBBBBB. Windows color (decimal): -4084483 or 16624833. OLE color: 16624833.

HSL color Cylindrical-coordinate representation of color #C1ACFD: hue angle of 255.56º 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 #C1ACFD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193172253-
CMYK0.240.3200.01
HSL255.56º95.29%83.33%-
HSV(B)255.56º32.02%99.22%-
XYZ54.4747.9399.31-
YUV187.51164.96131.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=31.23%
G=27.83%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931722530.240.3200.01255.5695.2983.33
HexC1ACFD1820011005f53
Octal301254375304001400137123
Binary110000011010110011111101110001000000110000000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACFD; }

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

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

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

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

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

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

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

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