#CF8ACA

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

Shades of Lilac #CF8ACA

Tints of Lilac #CF8ACA

Color information

#CF8ACA (or 0xCF8ACA) is unknown color: approx Lilac. HEX triplet: CF, 8A and CA. RGB value is (207,138,202). Sum of RGB (Red+Green+Blue) = 207+138+202=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ACA is #307535. Grayscale: #A5A5A5. Windows color (decimal): -3175734 or 13273807. OLE color: 13273807.

HSL color Cylindrical-coordinate representation of color #CF8ACA: hue angle of 304.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ACA is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207138202-
CMYK00.330.020.19
HSL304.35º41.82%67.65%-
HSV(B)304.35º33.33%81.18%-
XYZ45.4835.7160.37-
YUV165.93148.36157.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=37.84%
G=25.23%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713820200.330.020.19304.3541.8267.65
HexCF8ACA0212131302a44
Octal31721231204122346052104
Binary110011111000101011001010010000110100111001100001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8ACA; }

 p { color: rgb(207,138,202); }

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

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

 a { background-color: rgb(207,138,202); }

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

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

 span { border-color: rgb(207,138,202); }

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