Html Css Color HEX #C293CB Lilac

📋 copy color: '#C293CB'

red 194 ◦ green 147 ◦ blue 203

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

Shades of Lilac #C293CB

Tints of Lilac #C293CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 35.66%
G = 27.02%
B = 37.32%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C293CB (or 0xC293CB) is known color: Lilac. HEX triplet: C2, 93 and CB. RGB value is (194,147,203). Sum of RGB (Red+Green+Blue) = 194+147+203=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #C293CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CB is #3D6C34. Grayscale: #A7A7A7. Windows color (decimal): -4025397 or 13341634. OLE color: 13341634.

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

Color convert

RGB 194 147 203 -
CMYK 0.04 0.28 0 0.20
HSL 290.36º 0.35% 0.69% -
HSV(B) 290.36º 0.28% 0.8% -
XYZ 43.46 36.65 61.28 -
YUV 167.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 194 147 203 0.04 0.28 0 0.20 290.36 0.35 0.69
Hex C2 93 CB 4 1C 0 14 122 23 45
Octal 302 223 313 4 34 0 24 442 43 105
Binary 11000010 10010011 11001011 100 11100 0 10100 100100010 100011 1000101

Color Harmonies of #C293CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293CB

Black with #C293CB

Text Example


Text Example

White with #C293CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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