Html Css Color HEX #C28DAC Lily

📋 copy color: '#C28DAC'

red 194 ◦ green 141 ◦ blue 172

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

Shades of Lily #C28DAC

Tints of Lily #C28DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.81%

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 38.26%
G = 27.81%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C28DAC (or 0xC28DAC) is known color: Lily. HEX triplet: C2, 8D and AC. RGB value is (194,141,172). Sum of RGB (Red+Green+Blue) = 194+141+172=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAC is #3D7253. Grayscale: #A0A0A0. Windows color (decimal): -4026964 or 11308482. OLE color: 11308482.

HSL color Cylindrical-coordinate representation of color #C28DAC: hue angle of 324.91º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28DAC is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 141 172 -
CMYK 0 0.27 0.11 0.24
HSL 324.91º 0.3% 0.66% -
HSV(B) 324.91º 0.27% 0.76% -
XYZ 39.22 33.5 43.43 -
YUV 160.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 194 141 172 0 0.27 0.11 0.24 324.91 0.3 0.66
Hex C2 8D AC 0 1B B 18 145 1E 42
Octal 302 215 254 0 33 13 30 505 36 102
Binary 11000010 10001101 10101100 0 11011 1011 11000 101000101 11110 1000010

Color Harmonies of #C28DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DAC

Black with #C28DAC

Text Example


Text Example

White with #C28DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DAC; }

 p { color: rgb(194,141,172); }

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

background-color css

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

 a { background-color: rgb(194,141,172); }

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

border-color css

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

 span { border-color: rgb(194,141,172); }

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