Html Css Color HEX #CD93C9 Lilac

📋 copy color: '#CD93C9'

red 205 ◦ green 147 ◦ blue 201

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

Shades of Lilac #CD93C9

Tints of Lilac #CD93C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 37.07%
G = 26.58%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD93C9 (or 0xCD93C9) is known color: Lilac. HEX triplet: CD, 93 and C9. RGB value is (205,147,201). Sum of RGB (Red+Green+Blue) = 205+147+201=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93C9 is #326C36. Grayscale: #AAAAAA. Windows color (decimal): -3304503 or 13210573. OLE color: 13210573.

HSL color Cylindrical-coordinate representation of color #CD93C9: hue angle of 304.14º 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 #CD93C9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 147 201 -
CMYK 0 0.28 0.02 0.20
HSL 304.14º 0.37% 0.69% -
HSV(B) 304.14º 0.28% 0.8% -
XYZ 46.15 38.06 60.17 -
YUV 170.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 205 147 201 0 0.28 0.02 0.20 304.14 0.37 0.69
Hex CD 93 C9 0 1C 2 14 130 25 45
Octal 315 223 311 0 34 2 24 460 45 105
Binary 11001101 10010011 11001001 0 11100 10 10100 100110000 100101 1000101

Color Harmonies of #CD93C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93C9

Black with #CD93C9

Text Example


Text Example

White with #CD93C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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