Html Css Color HEX #C28CBC Lilac

📋 copy color: '#C28CBC'

red 194 ◦ green 140 ◦ blue 188

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

Shades of Lilac #C28CBC

Tints of Lilac #C28CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 37.16%
G = 26.82%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C28CBC (or 0xC28CBC) is known color: Lilac. HEX triplet: C2, 8C and BC. RGB value is (194,140,188). Sum of RGB (Red+Green+Blue) = 194+140+188=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBC is #3D7343. Grayscale: #A1A1A1. Windows color (decimal): -4027204 or 12356802. OLE color: 12356802.

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

Color convert

RGB 194 140 188 -
CMYK 0 0.28 0.03 0.24
HSL 306.67º 0.31% 0.65% -
HSV(B) 306.67º 0.28% 0.76% -
XYZ 40.7 33.86 51.97 -
YUV 161.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 194 140 188 0 0.28 0.03 0.24 306.67 0.31 0.65
Hex C2 8C BC 0 1C 3 18 133 1F 41
Octal 302 214 274 0 34 3 30 463 37 101
Binary 11000010 10001100 10111100 0 11100 11 11000 100110011 11111 1000001

Color Harmonies of #C28CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CBC

Black with #C28CBC

Text Example


Text Example

White with #C28CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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