Html Css Color HEX #C28ECB Lilac

📋 copy color: '#C28ECB'

red 194 ◦ green 142 ◦ blue 203

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

Shades of Lilac #C28ECB

Tints of Lilac #C28ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 35.99%
G = 26.35%
B = 37.66%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C28ECB (or 0xC28ECB) is known color: Lilac. HEX triplet: C2, 8E and CB. RGB value is (194,142,203). Sum of RGB (Red+Green+Blue) = 194+142+203=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #C28ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ECB is #3D7134. Grayscale: #A4A4A4. Windows color (decimal): -4026677 or 13340354. OLE color: 13340354.

HSL color Cylindrical-coordinate representation of color #C28ECB: hue angle of 291.15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28ECB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 142 203 -
CMYK 0.04 0.30 0 0.20
HSL 291.15º 0.37% 0.68% -
HSV(B) 291.15º 0.3% 0.8% -
XYZ 42.7 35.13 61.03 -
YUV 164.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 194 142 203 0.04 0.30 0 0.20 291.15 0.37 0.68
Hex C2 8E CB 4 1E 0 14 123 25 44
Octal 302 216 313 4 36 0 24 443 45 104
Binary 11000010 10001110 11001011 100 11110 0 10100 100100011 100101 1000100

Color Harmonies of #C28ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ECB

Black with #C28ECB

Text Example


Text Example

White with #C28ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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