Html Css Color HEX #C28EC2 Lilac

📋 copy color: '#C28EC2'

red 194 ◦ green 142 ◦ blue 194

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

Shades of Lilac #C28EC2

Tints of Lilac #C28EC2

RGB

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

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

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

R = 36.6%
G = 26.79%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C28EC2 (or 0xC28EC2) is known color: Lilac. HEX triplet: C2, 8E and C2. RGB value is (194,142,194). Sum of RGB (Red+Green+Blue) = 194+142+194=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C28EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EC2 is #3D713D. Grayscale: #A3A3A3. Windows color (decimal): -4026686 or 12750530. OLE color: 12750530.

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

Color convert

RGB 194 142 194 -
CMYK 0 0.27 0 0.24
HSL 300º 0.3% 0.66% -
HSV(B) 300º 0.27% 0.76% -
XYZ 41.66 34.71 55.54 -
YUV 163.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 194 142 194 0 0.27 0 0.24 300 0.3 0.66
Hex C2 8E C2 0 1B 0 18 12C 1E 42
Octal 302 216 302 0 33 0 30 454 36 102
Binary 11000010 10001110 11000010 0 11011 0 11000 100101100 11110 1000010

Color Harmonies of #C28EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EC2

Black with #C28EC2

Text Example


Text Example

White with #C28EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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