Html Css Color HEX #C28DB1 Lily

📋 copy color: '#C28DB1'

red 194 ◦ green 141 ◦ blue 177

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

Shades of Lily #C28DB1

Tints of Lily #C28DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 37.89%
G = 27.54%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C28DB1 (or 0xC28DB1) is known color: Lily. HEX triplet: C2, 8D and B1. RGB value is (194,141,177). Sum of RGB (Red+Green+Blue) = 194+141+177=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DB1 is #3D724E. Grayscale: #A0A0A0. Windows color (decimal): -4026959 or 11636162. OLE color: 11636162.

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

Color convert

RGB 194 141 177 -
CMYK 0 0.27 0.09 0.24
HSL 319.25º 0.3% 0.66% -
HSV(B) 319.25º 0.27% 0.76% -
XYZ 39.71 33.69 46.01 -
YUV 160.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 194 141 177 0 0.27 0.09 0.24 319.25 0.3 0.66
Hex C2 8D B1 0 1B 9 18 13F 1E 42
Octal 302 215 261 0 33 11 30 477 36 102
Binary 11000010 10001101 10110001 0 11011 1001 11000 100111111 11110 1000010

Color Harmonies of #C28DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DB1

Black with #C28DB1

Text Example


Text Example

White with #C28DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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