Html Css Color HEX #CD93CE Lilac

📋 copy color: '#CD93CE'

red 205 ◦ green 147 ◦ blue 206

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

Shades of Lilac #CD93CE

Tints of Lilac #CD93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 36.74%
G = 26.34%
B = 36.92%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD93CE (or 0xCD93CE) is known color: Lilac. HEX triplet: CD, 93 and CE. RGB value is (205,147,206). Sum of RGB (Red+Green+Blue) = 205+147+206=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93CE is #326C31. Grayscale: #AAAAAA. Windows color (decimal): -3304498 or 13538253. OLE color: 13538253.

HSL color Cylindrical-coordinate representation of color #CD93CE: hue angle of 298.98º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD93CE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 147 206 -
CMYK 0.00 0.29 0 0.19
HSL 298.98º 0.38% 0.69% -
HSV(B) 298.98º 0.29% 0.81% -
XYZ 46.75 38.3 63.32 -
YUV 171.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 205 147 206 0.00 0.29 0 0.19 298.98 0.38 0.69
Hex CD 93 CE 0 1D 0 13 12B 26 45
Octal 315 223 316 0 35 0 23 453 46 105
Binary 11001101 10010011 11001110 0 11101 0 10011 100101011 100110 1000101

Color Harmonies of #CD93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93CE

Black with #CD93CE

Text Example


Text Example

White with #CD93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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