Html Css Color HEX #C28DB0 Lily

📋 copy color: '#C28DB0'

red 194 ◦ green 141 ◦ blue 176

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

Shades of Lily #C28DB0

Tints of Lily #C28DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 37.96%
G = 27.59%
B = 34.44%

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

#C28DB0 (or 0xC28DB0) is known color: Lily. HEX triplet: C2, 8D and B0. RGB value is (194,141,176). Sum of RGB (Red+Green+Blue) = 194+141+176=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28DB0 is #3D724F. Grayscale: #A0A0A0. Windows color (decimal): -4026960 or 11570626. OLE color: 11570626.

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

Color convert

RGB 194 141 176 -
CMYK 0 0.27 0.09 0.24
HSL 320.38º 0.3% 0.66% -
HSV(B) 320.38º 0.27% 0.76% -
XYZ 39.61 33.65 45.48 -
YUV 160.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 194 141 176 0 0.27 0.09 0.24 320.38 0.3 0.66
Hex C2 8D B0 0 1B 9 18 140 1E 42
Octal 302 215 260 0 33 11 30 500 36 102
Binary 11000010 10001101 10110000 0 11011 1001 11000 101000000 11110 1000010

Color Harmonies of #C28DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DB0

Black with #C28DB0

Text Example


Text Example

White with #C28DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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