Html Css Color HEX #CDA2C4 Lilac

📋 copy color: '#CDA2C4'

red 205 ◦ green 162 ◦ blue 196

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

Shades of Lilac #CDA2C4

Tints of Lilac #CDA2C4

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.77%

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

R = 36.41%
G = 28.77%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CDA2C4 (or 0xCDA2C4) is known color: Lilac. HEX triplet: CD, A2 and C4. RGB value is (205,162,196). Sum of RGB (Red+Green+Blue) = 205+162+196=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C4 is #325D3B. Grayscale: #B2B2B2. Windows color (decimal): -3300668 or 12886733. OLE color: 12886733.

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

Color convert

RGB 205 162 196 -
CMYK 0 0.21 0.04 0.20
HSL 312.56º 0.3% 0.72% -
HSV(B) 312.56º 0.21% 0.8% -
XYZ 48.06 42.81 57.95 -
YUV 178.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 205 162 196 0 0.21 0.04 0.20 312.56 0.3 0.72
Hex CD A2 C4 0 15 4 14 139 1E 48
Octal 315 242 304 0 25 4 24 471 36 110
Binary 11001101 10100010 11000100 0 10101 100 10100 100111001 11110 1001000

Color Harmonies of #CDA2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2C4

Black with #CDA2C4

Text Example


Text Example

White with #CDA2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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