Html Css Color HEX #C28BB5 Lily

📋 copy color: '#C28BB5'

red 194 ◦ green 139 ◦ blue 181

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

Shades of Lily #C28BB5

Tints of Lily #C28BB5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

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

R = 37.74%
G = 27.04%
B = 35.21%

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

#C28BB5 (or 0xC28BB5) is known color: Lily. HEX triplet: C2, 8B and B5. RGB value is (194,139,181). Sum of RGB (Red+Green+Blue) = 194+139+181=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BB5 is #3D744A. Grayscale: #A0A0A0. Windows color (decimal): -4027467 or 11897794. OLE color: 11897794.

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

Color convert

RGB 194 139 181 -
CMYK 0 0.28 0.07 0.24
HSL 314.18º 0.31% 0.65% -
HSV(B) 314.18º 0.28% 0.76% -
XYZ 39.82 33.27 48.04 -
YUV 160.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 194 139 181 0 0.28 0.07 0.24 314.18 0.31 0.65
Hex C2 8B B5 0 1C 7 18 13A 1F 41
Octal 302 213 265 0 34 7 30 472 37 101
Binary 11000010 10001011 10110101 0 11100 111 11000 100111010 11111 1000001

Color Harmonies of #C28BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BB5

Black with #C28BB5

Text Example


Text Example

White with #C28BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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