#C1ACFC

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

Shades of Melrose #C1ACFC

Tints of Melrose #C1ACFC

Color information

#C1ACFC (or 0xC1ACFC) is unknown color: approx Melrose. HEX triplet: C1, AC and FC. RGB value is (193,172,252). Sum of RGB (Red+Green+Blue) = 193+172+252=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACFC is #3E5303. Grayscale: #BBBBBB. Windows color (decimal): -4084484 or 16559297. OLE color: 16559297.

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

Color convert

RGB193172252-
CMYK0.230.3200.01
HSL255.75º93.02%83.14%-
HSV(B)255.75º31.75%98.82%-
XYZ54.3247.8798.47-
YUV187.4164.46132-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=31.28%
G=27.88%
B=40.84%

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
Decimal1931722520.230.3200.01255.7593.0283.14
HexC1ACFC1720011005d53
Octal301254374274001400135123
Binary110000011010110011111100101111000000110000000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACFC; }

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

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

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

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

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

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

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

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