Html Css Color HEX #CDA0C4 Lilac

📋 copy color: '#CDA0C4'

red 205 ◦ green 160 ◦ blue 196

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

Shades of Lilac #CDA0C4

Tints of Lilac #CDA0C4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 36.54%
G = 28.52%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CDA0C4 (or 0xCDA0C4) is known color: Lilac. HEX triplet: CD, A0 and C4. RGB value is (205,160,196). Sum of RGB (Red+Green+Blue) = 205+160+196=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C4 is #325F3B. Grayscale: #B1B1B1. Windows color (decimal): -3301180 or 12886221. OLE color: 12886221.

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

Color convert

RGB 205 160 196 -
CMYK 0 0.22 0.04 0.20
HSL 312º 0.31% 0.72% -
HSV(B) 312º 0.22% 0.8% -
XYZ 47.71 42.11 57.84 -
YUV 177.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 205 160 196 0 0.22 0.04 0.20 312 0.31 0.72
Hex CD A0 C4 0 16 4 14 138 1F 48
Octal 315 240 304 0 26 4 24 470 37 110
Binary 11001101 10100000 11000100 0 10110 100 10100 100111000 11111 1001000

Color Harmonies of #CDA0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA0C4

Black with #CDA0C4

Text Example


Text Example

White with #CDA0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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