Html Css Color HEX #C293BD Lilac

📋 copy color: '#C293BD'

red 194 ◦ green 147 ◦ blue 189

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

Shades of Lilac #C293BD

Tints of Lilac #C293BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 36.6%
G = 27.74%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C293BD (or 0xC293BD) is known color: Lilac. HEX triplet: C2, 93 and BD. RGB value is (194,147,189). Sum of RGB (Red+Green+Blue) = 194+147+189=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BD is #3D6C42. Grayscale: #A5A5A5. Windows color (decimal): -4025411 or 12424130. OLE color: 12424130.

HSL color Cylindrical-coordinate representation of color #C293BD: hue angle of 306.38º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C293BD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 189 -
CMYK 0 0.24 0.03 0.24
HSL 306.38º 0.28% 0.67% -
HSV(B) 306.38º 0.24% 0.76% -
XYZ 41.87 36.01 52.89 -
YUV 165.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 194 147 189 0 0.24 0.03 0.24 306.38 0.28 0.67
Hex C2 93 BD 0 18 3 18 132 1C 43
Octal 302 223 275 0 30 3 30 462 34 103
Binary 11000010 10010011 10111101 0 11000 11 11000 100110010 11100 1000011

Color Harmonies of #C293BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293BD

Black with #C293BD

Text Example


Text Example

White with #C293BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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