#C88FC1

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

Shades of Lilac #C88FC1

Tints of Lilac #C88FC1

Color information

#C88FC1 (or 0xC88FC1) is unknown color: approx Lilac. HEX triplet: C8, 8F and C1. RGB value is (200,143,193). Sum of RGB (Red+Green+Blue) = 200+143+193=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FC1 is #37703E. Grayscale: #A5A5A5. Windows color (decimal): -3633215 or 12685256. OLE color: 12685256.

HSL color Cylindrical-coordinate representation of color #C88FC1: hue angle of 307.37º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C88FC1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200143193-
CMYK00.280.040.22
HSL307.37º34.13%67.25%-
HSV(B)307.37º28.5%78.43%-
XYZ43.2735.7755.08-
YUV165.74143.38152.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=37.31%
G=26.68%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014319300.280.040.22307.3734.1367.25
HexC88FC101C4161332243
Octal31021730103442646342103
Binary110010001000111111000001011100100101101001100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FC1; }

 p { color: rgb(200,143,193); }

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

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

 a { background-color: rgb(200,143,193); }

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

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

 span { border-color: rgb(200,143,193); }

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