Html Css Color HEX #C28DB7 Lily

📋 copy color: '#C28DB7'

red 194 ◦ green 141 ◦ blue 183

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

Shades of Lily #C28DB7

Tints of Lily #C28DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.33%

R = 37.45%
G = 27.22%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C28DB7 (or 0xC28DB7) is known color: Lily. HEX triplet: C2, 8D and B7. RGB value is (194,141,183). Sum of RGB (Red+Green+Blue) = 194+141+183=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DB7 is #3D7248. Grayscale: #A1A1A1. Windows color (decimal): -4026953 or 12029378. OLE color: 12029378.

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

Color convert

RGB 194 141 183 -
CMYK 0 0.27 0.06 0.24
HSL 312.45º 0.3% 0.66% -
HSV(B) 312.45º 0.27% 0.76% -
XYZ 40.32 33.94 49.23 -
YUV 161.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 194 141 183 0 0.27 0.06 0.24 312.45 0.3 0.66
Hex C2 8D B7 0 1B 6 18 138 1E 42
Octal 302 215 267 0 33 6 30 470 36 102
Binary 11000010 10001101 10110111 0 11011 110 11000 100111000 11110 1000010

Color Harmonies of #C28DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28DB7

Black with #C28DB7

Text Example


Text Example

White with #C28DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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