Html Css Color HEX #C28CBD Lilac

📋 copy color: '#C28CBD'

red 194 ◦ green 140 ◦ blue 189

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

Shades of Lilac #C28CBD

Tints of Lilac #C28CBD

RGB

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

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

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

R = 37.09%
G = 26.77%
B = 36.14%

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

#C28CBD (or 0xC28CBD) is known color: Lilac. HEX triplet: C2, 8C and BD. RGB value is (194,140,189). Sum of RGB (Red+Green+Blue) = 194+140+189=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBD is #3D7342. Grayscale: #A1A1A1. Windows color (decimal): -4027203 or 12422338. OLE color: 12422338.

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

Color convert

RGB 194 140 189 -
CMYK 0 0.28 0.03 0.24
HSL 305.56º 0.31% 0.65% -
HSV(B) 305.56º 0.28% 0.76% -
XYZ 40.81 33.9 52.54 -
YUV 161.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 194 140 189 0 0.28 0.03 0.24 305.56 0.31 0.65
Hex C2 8C BD 0 1C 3 18 132 1F 41
Octal 302 214 275 0 34 3 30 462 37 101
Binary 11000010 10001100 10111101 0 11100 11 11000 100110010 11111 1000001

Color Harmonies of #C28CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CBD

Black with #C28CBD

Text Example


Text Example

White with #C28CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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