Html Css Color HEX #CD8DC1 Lilac

📋 copy color: '#CD8DC1'

red 205 ◦ green 141 ◦ blue 193

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

Shades of Lilac #CD8DC1

Tints of Lilac #CD8DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.16%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 38.03%
G = 26.16%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD8DC1 (or 0xCD8DC1) is known color: Lilac. HEX triplet: CD, 8D and C1. RGB value is (205,141,193). Sum of RGB (Red+Green+Blue) = 205+141+193=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DC1 is #32723E. Grayscale: #A5A5A5. Windows color (decimal): -3306047 or 12684749. OLE color: 12684749.

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

Color convert

RGB 205 141 193 -
CMYK 0 0.31 0.06 0.20
HSL 311.25º 0.39% 0.68% -
HSV(B) 311.25º 0.31% 0.8% -
XYZ 44.33 35.88 55.04 -
YUV 166.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 205 141 193 0 0.31 0.06 0.20 311.25 0.39 0.68
Hex CD 8D C1 0 1F 6 14 137 27 44
Octal 315 215 301 0 37 6 24 467 47 104
Binary 11001101 10001101 11000001 0 11111 110 10100 100110111 100111 1000100

Color Harmonies of #CD8DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DC1

Black with #CD8DC1

Text Example


Text Example

White with #CD8DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DC1; }

 p { color: rgb(205,141,193); }

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

background-color css

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

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

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

border-color css

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

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

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