Html Css Color HEX #C28DAD Lily

📋 copy color: '#C28DAD'

red 194 ◦ green 141 ◦ blue 173

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

Shades of Lily #C28DAD

Tints of Lily #C28DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 38.19%
G = 27.76%
B = 34.06%

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

#C28DAD (or 0xC28DAD) is known color: Lily. HEX triplet: C2, 8D and AD. RGB value is (194,141,173). Sum of RGB (Red+Green+Blue) = 194+141+173=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DAD is #3D7252. Grayscale: #A0A0A0. Windows color (decimal): -4026963 or 11374018. OLE color: 11374018.

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

Color convert

RGB 194 141 173 -
CMYK 0 0.27 0.11 0.24
HSL 323.77º 0.3% 0.66% -
HSV(B) 323.77º 0.27% 0.76% -
XYZ 39.32 33.54 43.94 -
YUV 160.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 194 141 173 0 0.27 0.11 0.24 323.77 0.3 0.66
Hex C2 8D AD 0 1B B 18 144 1E 42
Octal 302 215 255 0 33 13 30 504 36 102
Binary 11000010 10001101 10101101 0 11011 1011 11000 101000100 11110 1000010

Color Harmonies of #C28DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DAD

Black with #C28DAD

Text Example


Text Example

White with #C28DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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