#CD8FC1

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

Shades of Lilac #CD8FC1

Tints of Lilac #CD8FC1

Color information

#CD8FC1 (or 0xCD8FC1) is unknown color: approx Lilac. HEX triplet: CD, 8F and C1. RGB value is (205,143,193). Sum of RGB (Red+Green+Blue) = 205+143+193=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FC1 is #32703E. Grayscale: #A7A7A7. Windows color (decimal): -3305535 or 12685261. OLE color: 12685261.

HSL color Cylindrical-coordinate representation of color #CD8FC1: hue angle of 311.61º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FC1 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205143193-
CMYK00.300.060.20
HSL311.61º38.27%68.24%-
HSV(B)311.61º30.24%80.39%-
XYZ44.6236.4755.14-
YUV167.24142.54154.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=37.89%
G=26.43%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514319300.300.060.20311.6138.2768.24
HexCD8FC101E6141382644
Octal31521730103662447046104
Binary110011011000111111000001011110110101001001110001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FC1; }

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

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

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

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

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

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

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

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