Html Css Color HEX #CD93D2 Lilac

📋 copy color: '#CD93D2'

red 205 ◦ green 147 ◦ blue 210

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

Shades of Lilac #CD93D2

Tints of Lilac #CD93D2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.16%

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 36.48%
G = 26.16%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD93D2 (or 0xCD93D2) is known color: Lilac. HEX triplet: CD, 93 and D2. RGB value is (205,147,210). Sum of RGB (Red+Green+Blue) = 205+147+210=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93D2 is #326C2D. Grayscale: #ABABAB. Windows color (decimal): -3304494 or 13800397. OLE color: 13800397.

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

Color convert

RGB 205 147 210 -
CMYK 0.02 0.30 0 0.18
HSL 295.24º 0.41% 0.7% -
HSV(B) 295.24º 0.3% 0.82% -
XYZ 47.24 38.5 65.91 -
YUV 171.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 205 147 210 0.02 0.30 0 0.18 295.24 0.41 0.7
Hex CD 93 D2 2 1E 0 12 127 29 46
Octal 315 223 322 2 36 0 22 447 51 106
Binary 11001101 10010011 11010010 10 11110 0 10010 100100111 101001 1000110

Color Harmonies of #CD93D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93D2

Black with #CD93D2

Text Example


Text Example

White with #CD93D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93D2; }

 p { color: rgb(205,147,210); }

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

background-color css

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

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

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

border-color css

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

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

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