Html Css Color HEX #CD91D0 Lilac

📋 copy color: '#CD91D0'

red 205 ◦ green 145 ◦ blue 208

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

Shades of Lilac #CD91D0

Tints of Lilac #CD91D0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.99%

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

R = 36.74%
G = 25.99%
B = 37.28%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD91D0 (or 0xCD91D0) is known color: Lilac. HEX triplet: CD, 91 and D0. RGB value is (205,145,208). Sum of RGB (Red+Green+Blue) = 205+145+208=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD91D0 is #326E2F. Grayscale: #A9A9A9. Windows color (decimal): -3305008 or 13668813. OLE color: 13668813.

HSL color Cylindrical-coordinate representation of color #CD91D0: hue angle of 297.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD91D0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 145 208 -
CMYK 0.01 0.30 0 0.18
HSL 297.14º 0.4% 0.69% -
HSV(B) 297.14º 0.3% 0.82% -
XYZ 46.69 37.78 64.51 -
YUV 170.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 205 145 208 0.01 0.30 0 0.18 297.14 0.4 0.69
Hex CD 91 D0 1 1E 0 12 129 28 45
Octal 315 221 320 1 36 0 22 451 50 105
Binary 11001101 10010001 11010000 1 11110 0 10010 100101001 101000 1000101

Color Harmonies of #CD91D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD91D0

Black with #CD91D0

Text Example


Text Example

White with #CD91D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD91D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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