Html Css Color HEX #C28BC1 Lilac

📋 copy color: '#C28BC1'

red 194 ◦ green 139 ◦ blue 193

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

Shades of Lilac #C28BC1

Tints of Lilac #C28BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 36.88%
G = 26.43%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C28BC1 (or 0xC28BC1) is known color: Lilac. HEX triplet: C2, 8B and C1. RGB value is (194,139,193). Sum of RGB (Red+Green+Blue) = 194+139+193=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BC1 is #3D743E. Grayscale: #A1A1A1. Windows color (decimal): -4027455 or 12684226. OLE color: 12684226.

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

Color convert

RGB 194 139 193 -
CMYK 0 0.28 0.01 0.24
HSL 301.09º 0.31% 0.65% -
HSV(B) 301.09º 0.28% 0.76% -
XYZ 41.11 33.78 54.81 -
YUV 161.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 194 139 193 0 0.28 0.01 0.24 301.09 0.31 0.65
Hex C2 8B C1 0 1C 1 18 12D 1F 41
Octal 302 213 301 0 34 1 30 455 37 101
Binary 11000010 10001011 11000001 0 11100 1 11000 100101101 11111 1000001

Color Harmonies of #C28BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BC1

Black with #C28BC1

Text Example


Text Example

White with #C28BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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