Html Css Color HEX #CD93C5 Lilac

📋 copy color: '#CD93C5'

red 205 ◦ green 147 ◦ blue 197

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

Shades of Lilac #CD93C5

Tints of Lilac #CD93C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 37.34%
G = 26.78%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD93C5 (or 0xCD93C5) is known color: Lilac. HEX triplet: CD, 93 and C5. RGB value is (205,147,197). Sum of RGB (Red+Green+Blue) = 205+147+197=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C5 is #326C3A. Grayscale: #A9A9A9. Windows color (decimal): -3304507 or 12948429. OLE color: 12948429.

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

Color convert

RGB 205 147 197 -
CMYK 0 0.28 0.04 0.20
HSL 308.28º 0.37% 0.69% -
HSV(B) 308.28º 0.28% 0.8% -
XYZ 45.69 37.88 57.73 -
YUV 170.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 205 147 197 0 0.28 0.04 0.20 308.28 0.37 0.69
Hex CD 93 C5 0 1C 4 14 134 25 45
Octal 315 223 305 0 34 4 24 464 45 105
Binary 11001101 10010011 11000101 0 11100 100 10100 100110100 100101 1000101

Color Harmonies of #CD93C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93C5

Black with #CD93C5

Text Example


Text Example

White with #CD93C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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