Html Css Color HEX #CDA1D1 Lilac

📋 copy color: '#CDA1D1'

red 205 ◦ green 161 ◦ blue 209

#CDA1D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CDA1D1

Tints of Lilac #CDA1D1

RGB

 RED value IS 205 (80.47% from 255) = 35.65%

 GREEN value IS 161 (63.28% from 255) = 28%

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 35.65%
G = 28%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDA1D1 (or 0xCDA1D1) is known color: Lilac. HEX triplet: CD, A1 and D1. RGB value is (205,161,209). Sum of RGB (Red+Green+Blue) = 205+161+209=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 161 (63.28% from 255 or 28% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1D1 is #325E2E. Grayscale: #B3B3B3. Windows color (decimal): -3300911 or 13738445. OLE color: 13738445.

HSL color Cylindrical-coordinate representation of color #CDA1D1: hue angle of 295º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA1D1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 161 209 -
CMYK 0.02 0.23 0 0.18
HSL 295º 0.34% 0.73% -
HSV(B) 295º 0.23% 0.82% -
XYZ 49.43 43.07 66.03 -
YUV 179.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 205 161 209 0.02 0.23 0 0.18 295 0.34 0.73
Hex CD A1 D1 2 17 0 12 127 22 49
Octal 315 241 321 2 27 0 22 447 42 111
Binary 11001101 10100001 11010001 10 10111 0 10010 100100111 100010 1001001

Color Harmonies of #CDA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA1D1

Black with #CDA1D1

Text Example


Text Example

White with #CDA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA1D1; }

 p { color: rgb(205,161,209); }

 H1.HeaderClassName
 {
   color: #CDA1D1;
 }
 .AnyTagClassName
 {
   color: #CDA1D1;
 }
</style>

background-color css

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

 a { background-color: rgb(205,161,209); }

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

border-color css

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

 span { border-color: rgb(205,161,209); }

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