#CD8AC4

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

Shades of Lilac #CD8AC4

Tints of Lilac #CD8AC4

Color information

#CD8AC4 (or 0xCD8AC4) is unknown color: approx Lilac. HEX triplet: CD, 8A and C4. RGB value is (205,138,196). Sum of RGB (Red+Green+Blue) = 205+138+196=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8AC4 is #32753B. Grayscale: #A4A4A4. Windows color (decimal): -3306812 or 12880589. OLE color: 12880589.

HSL color Cylindrical-coordinate representation of color #CD8AC4: hue angle of 308.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8AC4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205138196-
CMYK00.330.040.20
HSL308.06º40.12%67.25%-
HSV(B)308.06º32.68%80.39%-
XYZ44.2335.1456.68-
YUV164.64145.7156.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=38.03%
G=25.60%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513819600.330.040.20308.0640.1267.25
HexCD8AC40214141342843
Octal31521230404142446450103
Binary1100110110001010110001000100001100101001001101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AC4; }

 p { color: rgb(205,138,196); }

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

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

 a { background-color: rgb(205,138,196); }

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

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

 span { border-color: rgb(205,138,196); }

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