Html Css Color HEX #CDA6CD Lilac

📋 copy color: '#CDA6CD'

red 205 ◦ green 166 ◦ blue 205

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

Shades of Lilac #CDA6CD

Tints of Lilac #CDA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 35.59%
G = 28.82%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDA6CD (or 0xCDA6CD) is known color: Lilac. HEX triplet: CD, A6 and CD. RGB value is (205,166,205). Sum of RGB (Red+Green+Blue) = 205+166+205=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6CD is #325932. Grayscale: #B5B5B5. Windows color (decimal): -3299635 or 13477581. OLE color: 13477581.

HSL color Cylindrical-coordinate representation of color #CDA6CD: hue angle of 300º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6CD is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 205 -
CMYK 0 0.19 0 0.20
HSL 300º 0.28% 0.73% -
HSV(B) 300º 0.19% 0.8% -
XYZ 49.83 44.66 63.75 -
YUV 182.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 205 166 205 0 0.19 0 0.20 300 0.28 0.73
Hex CD A6 CD 0 13 0 14 12C 1C 49
Octal 315 246 315 0 23 0 24 454 34 111
Binary 11001101 10100110 11001101 0 10011 0 10100 100101100 11100 1001001

Color Harmonies of #CDA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA6CD

Black with #CDA6CD

Text Example


Text Example

White with #CDA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA6CD; }

 p { color: rgb(205,166,205); }

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

background-color css

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

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

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

border-color css

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

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

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