Html Css Color HEX #C28CB5 Lily

📋 copy color: '#C28CB5'

red 194 ◦ green 140 ◦ blue 181

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

Shades of Lily #C28CB5

Tints of Lily #C28CB5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.18%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 37.67%
G = 27.18%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C28CB5 (or 0xC28CB5) is known color: Lily. HEX triplet: C2, 8C and B5. RGB value is (194,140,181). Sum of RGB (Red+Green+Blue) = 194+140+181=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CB5 is #3D734A. Grayscale: #A0A0A0. Windows color (decimal): -4027211 or 11898050. OLE color: 11898050.

HSL color Cylindrical-coordinate representation of color #C28CB5: hue angle of 314.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CB5 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 140 181 -
CMYK 0 0.28 0.07 0.24
HSL 314.44º 0.31% 0.65% -
HSV(B) 314.44º 0.28% 0.76% -
XYZ 39.97 33.56 48.09 -
YUV 160.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 194 140 181 0 0.28 0.07 0.24 314.44 0.31 0.65
Hex C2 8C B5 0 1C 7 18 13A 1F 41
Octal 302 214 265 0 34 7 30 472 37 101
Binary 11000010 10001100 10110101 0 11100 111 11000 100111010 11111 1000001

Color Harmonies of #C28CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CB5

Black with #C28CB5

Text Example


Text Example

White with #C28CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CB5; }

 p { color: rgb(194,140,181); }

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

background-color css

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

 a { background-color: rgb(194,140,181); }

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

border-color css

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

 span { border-color: rgb(194,140,181); }

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