Html Css Color HEX #C28ECC Lilac

📋 copy color: '#C28ECC'

red 194 ◦ green 142 ◦ blue 204

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

Shades of Lilac #C28ECC

Tints of Lilac #C28ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 35.93%
G = 26.3%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C28ECC (or 0xC28ECC) is known color: Lilac. HEX triplet: C2, 8E and CC. RGB value is (194,142,204). Sum of RGB (Red+Green+Blue) = 194+142+204=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ECC is #3D7133. Grayscale: #A4A4A4. Windows color (decimal): -4026676 or 13405890. OLE color: 13405890.

HSL color Cylindrical-coordinate representation of color #C28ECC: hue angle of 290.32º degrees, saturation: 0.38, 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 #C28ECC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 142 204 -
CMYK 0.05 0.30 0 0.2
HSL 290.32º 0.38% 0.68% -
HSV(B) 290.32º 0.3% 0.8% -
XYZ 42.82 35.17 61.66 -
YUV 164.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 194 142 204 0.05 0.30 0 0.2 290.32 0.38 0.68
Hex C2 8E CC 5 1E 0 14 122 26 44
Octal 302 216 314 5 36 0 24 442 46 104
Binary 11000010 10001110 11001100 101 11110 0 10100 100100010 100110 1000100

Color Harmonies of #C28ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ECC

Black with #C28ECC

Text Example


Text Example

White with #C28ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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