Html Css Color HEX #D293CC Lilac

📋 copy color: '#D293CC'

red 210 ◦ green 147 ◦ blue 204

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

Shades of Lilac #D293CC

Tints of Lilac #D293CC

RGB

 RED value IS 210 (82.42% from 255) = 37.43%

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 37.43%
G = 26.2%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D293CC (or 0xD293CC) is known color: Lilac. HEX triplet: D2, 93 and CC. RGB value is (210,147,204). Sum of RGB (Red+Green+Blue) = 210+147+204=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CC is #2D6C33. Grayscale: #ACACAC. Windows color (decimal): -2976820 or 13407186. OLE color: 13407186.

HSL color Cylindrical-coordinate representation of color #D293CC: hue angle of 305.71º 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 #D293CC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 204 -
CMYK 0 0.30 0.03 0.18
HSL 305.71º 0.41% 0.7% -
HSV(B) 305.71º 0.3% 0.82% -
XYZ 47.91 38.93 62.12 -
YUV 172.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 210 147 204 0 0.30 0.03 0.18 305.71 0.41 0.7
Hex D2 93 CC 0 1E 3 12 132 29 46
Octal 322 223 314 0 36 3 22 462 51 106
Binary 11010010 10010011 11001100 0 11110 11 10010 100110010 101001 1000110

Color Harmonies of #D293CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293CC

Black with #D293CC

Text Example


Text Example

White with #D293CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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