Html Css Color HEX #C28CBF Lilac

📋 copy color: '#C28CBF'

red 194 ◦ green 140 ◦ blue 191

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

Shades of Lilac #C28CBF

Tints of Lilac #C28CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.67%

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

R = 36.95%
G = 26.67%
B = 36.38%

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

#C28CBF (or 0xC28CBF) is known color: Lilac. HEX triplet: C2, 8C and BF. RGB value is (194,140,191). Sum of RGB (Red+Green+Blue) = 194+140+191=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBF is #3D7340. Grayscale: #A1A1A1. Windows color (decimal): -4027201 or 12553410. OLE color: 12553410.

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

Color convert

RGB 194 140 191 -
CMYK 0 0.28 0.02 0.24
HSL 303.33º 0.31% 0.65% -
HSV(B) 303.33º 0.28% 0.76% -
XYZ 41.03 33.99 53.69 -
YUV 161.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 194 140 191 0 0.28 0.02 0.24 303.33 0.31 0.65
Hex C2 8C BF 0 1C 2 18 12F 1F 41
Octal 302 214 277 0 34 2 30 457 37 101
Binary 11000010 10001100 10111111 0 11100 10 11000 100101111 11111 1000001

Color Harmonies of #C28CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CBF

Black with #C28CBF

Text Example


Text Example

White with #C28CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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