Html Css Color HEX #C28DC1 Lilac

📋 copy color: '#C28DC1'

red 194 ◦ green 141 ◦ blue 193

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

Shades of Lilac #C28DC1

Tints of Lilac #C28DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

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

R = 36.74%
G = 26.7%
B = 36.55%

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

#C28DC1 (or 0xC28DC1) is known color: Lilac. HEX triplet: C2, 8D and C1. RGB value is (194,141,193). Sum of RGB (Red+Green+Blue) = 194+141+193=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DC1 is #3D723E. Grayscale: #A2A2A2. Windows color (decimal): -4026943 or 12684738. OLE color: 12684738.

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

Color convert

RGB 194 141 193 -
CMYK 0 0.27 0.01 0.24
HSL 301.13º 0.3% 0.66% -
HSV(B) 301.13º 0.27% 0.76% -
XYZ 41.4 34.37 54.9 -
YUV 162.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 194 141 193 0 0.27 0.01 0.24 301.13 0.3 0.66
Hex C2 8D C1 0 1B 1 18 12D 1E 42
Octal 302 215 301 0 33 1 30 455 36 102
Binary 11000010 10001101 11000001 0 11011 1 11000 100101101 11110 1000010

Color Harmonies of #C28DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DC1

Black with #C28DC1

Text Example


Text Example

White with #C28DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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