#CFA3CC

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

Shades of Lilac #CFA3CC

Tints of Lilac #CFA3CC

Color information

#CFA3CC (or 0xCFA3CC) is unknown color: approx Lilac. HEX triplet: CF, A3 and CC. RGB value is (207,163,204). Sum of RGB (Red+Green+Blue) = 207+163+204=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3CC is #305C33. Grayscale: #B4B4B4. Windows color (decimal): -3169332 or 13411279. OLE color: 13411279.

HSL color Cylindrical-coordinate representation of color #CFA3CC: hue angle of 304.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3CC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207163204-
CMYK00.210.010.19
HSL304.09º31.43%72.55%-
HSV(B)304.09º21.26%81.18%-
XYZ49.7343.8262.96-
YUV180.83141.08146.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=36.06%
G=28.40%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716320400.210.010.19304.0931.4372.55
HexCFA3CC0151131301f49
Octal31724331402512346037111
Binary110011111010001111001100010101110011100110000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA3CC; }

 p { color: rgb(207,163,204); }

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

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

 a { background-color: rgb(207,163,204); }

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

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

 span { border-color: rgb(207,163,204); }

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