Html Css Color HEX #C28EBC Lilac

📋 copy color: '#C28EBC'

red 194 ◦ green 142 ◦ blue 188

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

Shades of Lilac #C28EBC

Tints of Lilac #C28EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 37.02%
G = 27.1%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C28EBC (or 0xC28EBC) is known color: Lilac. HEX triplet: C2, 8E and BC. RGB value is (194,142,188). Sum of RGB (Red+Green+Blue) = 194+142+188=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBC is #3D7143. Grayscale: #A2A2A2. Windows color (decimal): -4026692 or 12357314. OLE color: 12357314.

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

Color convert

RGB 194 142 188 -
CMYK 0 0.27 0.03 0.24
HSL 306.92º 0.3% 0.66% -
HSV(B) 306.92º 0.27% 0.76% -
XYZ 41 34.45 52.06 -
YUV 162.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 194 142 188 0 0.27 0.03 0.24 306.92 0.3 0.66
Hex C2 8E BC 0 1B 3 18 133 1E 42
Octal 302 216 274 0 33 3 30 463 36 102
Binary 11000010 10001110 10111100 0 11011 11 11000 100110011 11110 1000010

Color Harmonies of #C28EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EBC

Black with #C28EBC

Text Example


Text Example

White with #C28EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EBC; }

 p { color: rgb(194,142,188); }

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

background-color css

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

 a { background-color: rgb(194,142,188); }

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

border-color css

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

 span { border-color: rgb(194,142,188); }

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