Html Css Color HEX #C28EBD Lilac

📋 copy color: '#C28EBD'

red 194 ◦ green 142 ◦ blue 189

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

Shades of Lilac #C28EBD

Tints of Lilac #C28EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 36.95%
G = 27.05%
B = 36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C28EBD (or 0xC28EBD) is known color: Lilac. HEX triplet: C2, 8E and BD. RGB value is (194,142,189). Sum of RGB (Red+Green+Blue) = 194+142+189=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBD is #3D7142. Grayscale: #A2A2A2. Windows color (decimal): -4026691 or 12422850. OLE color: 12422850.

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

Color convert

RGB 194 142 189 -
CMYK 0 0.27 0.03 0.24
HSL 305.77º 0.3% 0.66% -
HSV(B) 305.77º 0.27% 0.76% -
XYZ 41.11 34.49 52.63 -
YUV 162.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 194 142 189 0 0.27 0.03 0.24 305.77 0.3 0.66
Hex C2 8E BD 0 1B 3 18 132 1E 42
Octal 302 216 275 0 33 3 30 462 36 102
Binary 11000010 10001110 10111101 0 11011 11 11000 100110010 11110 1000010

Color Harmonies of #C28EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EBD

Black with #C28EBD

Text Example


Text Example

White with #C28EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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