Html Css Color HEX #CDA1D0 Lilac

📋 copy color: '#CDA1D0'

red 205 ◦ green 161 ◦ blue 208

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

Shades of Lilac #CDA1D0

Tints of Lilac #CDA1D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 35.71%
G = 28.05%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDA1D0 (or 0xCDA1D0) is known color: Lilac. HEX triplet: CD, A1 and D0. RGB value is (205,161,208). Sum of RGB (Red+Green+Blue) = 205+161+208=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1D0 is #325E2F. Grayscale: #B3B3B3. Windows color (decimal): -3300912 or 13672909. OLE color: 13672909.

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

Color convert

RGB 205 161 208 -
CMYK 0.01 0.23 0 0.18
HSL 296.17º 0.33% 0.72% -
HSV(B) 296.17º 0.23% 0.82% -
XYZ 49.31 43.02 65.38 -
YUV 179.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 205 161 208 0.01 0.23 0 0.18 296.17 0.33 0.72
Hex CD A1 D0 1 17 0 12 128 21 48
Octal 315 241 320 1 27 0 22 450 41 110
Binary 11001101 10100001 11010000 1 10111 0 10010 100101000 100001 1001000

Color Harmonies of #CDA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA1D0

Black with #CDA1D0

Text Example


Text Example

White with #CDA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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