Html Css Color HEX #C28BBF Lilac

📋 copy color: '#C28BBF'

red 194 ◦ green 139 ◦ blue 191

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

Shades of Lilac #C28BBF

Tints of Lilac #C28BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

 BLUE value IS 191 (75% from 255) = 36.45%

R = 37.02%
G = 26.53%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C28BBF (or 0xC28BBF) is known color: Lilac. HEX triplet: C2, 8B and BF. RGB value is (194,139,191). Sum of RGB (Red+Green+Blue) = 194+139+191=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BBF is #3D7440. Grayscale: #A1A1A1. Windows color (decimal): -4027457 or 12553154. OLE color: 12553154.

HSL color Cylindrical-coordinate representation of color #C28BBF: hue angle of 303.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BBF is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 139 191 -
CMYK 0 0.28 0.02 0.24
HSL 303.27º 0.31% 0.65% -
HSV(B) 303.27º 0.28% 0.76% -
XYZ 40.88 33.7 53.64 -
YUV 161.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 194 139 191 0 0.28 0.02 0.24 303.27 0.31 0.65
Hex C2 8B BF 0 1C 2 18 12F 1F 41
Octal 302 213 277 0 34 2 30 457 37 101
Binary 11000010 10001011 10111111 0 11100 10 11000 100101111 11111 1000001

Color Harmonies of #C28BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BBF

Black with #C28BBF

Text Example


Text Example

White with #C28BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BBF; }

 p { color: rgb(194,139,191); }

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

background-color css

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

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

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

border-color css

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

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

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