Html Css Color HEX #C28ECA Lilac

📋 copy color: '#C28ECA'

red 194 ◦ green 142 ◦ blue 202

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

Shades of Lilac #C28ECA

Tints of Lilac #C28ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 36.06%
G = 26.39%
B = 37.55%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C28ECA (or 0xC28ECA) is known color: Lilac. HEX triplet: C2, 8E and CA. RGB value is (194,142,202). Sum of RGB (Red+Green+Blue) = 194+142+202=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ECA is #3D7135. Grayscale: #A4A4A4. Windows color (decimal): -4026678 or 13274818. OLE color: 13274818.

HSL color Cylindrical-coordinate representation of color #C28ECA: hue angle of 292º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28ECA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 142 202 -
CMYK 0.04 0.30 0 0.21
HSL 292º 0.36% 0.67% -
HSV(B) 292º 0.3% 0.79% -
XYZ 42.58 35.08 60.4 -
YUV 164.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 194 142 202 0.04 0.30 0 0.21 292 0.36 0.67
Hex C2 8E CA 4 1E 0 15 124 24 43
Octal 302 216 312 4 36 0 25 444 44 103
Binary 11000010 10001110 11001010 100 11110 0 10101 100100100 100100 1000011

Color Harmonies of #C28ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ECA

Black with #C28ECA

Text Example


Text Example

White with #C28ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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