Html Css Color HEX #C293CD Lilac

📋 copy color: '#C293CD'

red 194 ◦ green 147 ◦ blue 205

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

Shades of Lilac #C293CD

Tints of Lilac #C293CD

RGB

 RED value IS 194 (76.17% from 255) = 35.53%

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 35.53%
G = 26.92%
B = 37.55%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C293CD (or 0xC293CD) is known color: Lilac. HEX triplet: C2, 93 and CD. RGB value is (194,147,205). Sum of RGB (Red+Green+Blue) = 194+147+205=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #C293CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CD is #3D6C32. Grayscale: #A7A7A7. Windows color (decimal): -4025395 or 13472706. OLE color: 13472706.

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

Color convert

RGB 194 147 205 -
CMYK 0.05 0.28 0 0.20
HSL 288.62º 0.37% 0.69% -
HSV(B) 288.62º 0.28% 0.8% -
XYZ 43.7 36.74 62.55 -
YUV 167.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 194 147 205 0.05 0.28 0 0.20 288.62 0.37 0.69
Hex C2 93 CD 5 1C 0 14 121 25 45
Octal 302 223 315 5 34 0 24 441 45 105
Binary 11000010 10010011 11001101 101 11100 0 10100 100100001 100101 1000101

Color Harmonies of #C293CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293CD

Black with #C293CD

Text Example


Text Example

White with #C293CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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