Html Css Color HEX #C28EC1 Lilac

📋 copy color: '#C28EC1'

red 194 ◦ green 142 ◦ blue 193

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

Shades of Lilac #C28EC1

Tints of Lilac #C28EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 36.67%
G = 26.84%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C28EC1 (or 0xC28EC1) is known color: Lilac. HEX triplet: C2, 8E and C1. RGB value is (194,142,193). Sum of RGB (Red+Green+Blue) = 194+142+193=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC1 is #3D713E. Grayscale: #A3A3A3. Windows color (decimal): -4026687 or 12684994. OLE color: 12684994.

HSL color Cylindrical-coordinate representation of color #C28EC1: hue angle of 301.15º 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 #C28EC1 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 193 -
CMYK 0 0.27 0.01 0.24
HSL 301.15º 0.3% 0.66% -
HSV(B) 301.15º 0.27% 0.76% -
XYZ 41.55 34.67 54.95 -
YUV 163.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 194 142 193 0 0.27 0.01 0.24 301.15 0.3 0.66
Hex C2 8E C1 0 1B 1 18 12D 1E 42
Octal 302 216 301 0 33 1 30 455 36 102
Binary 11000010 10001110 11000001 0 11011 1 11000 100101101 11110 1000010

Color Harmonies of #C28EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EC1

Black with #C28EC1

Text Example


Text Example

White with #C28EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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