Html Css Color HEX #C28BB3 Lily

📋 copy color: '#C28BB3'

red 194 ◦ green 139 ◦ blue 179

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

Shades of Lily #C28BB3

Tints of Lily #C28BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 37.89%
G = 27.15%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C28BB3 (or 0xC28BB3) is known color: Lily. HEX triplet: C2, 8B and B3. RGB value is (194,139,179). Sum of RGB (Red+Green+Blue) = 194+139+179=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BB3 is #3D744C. Grayscale: #9F9F9F. Windows color (decimal): -4027469 or 11766722. OLE color: 11766722.

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

Color convert

RGB 194 139 179 -
CMYK 0 0.28 0.08 0.24
HSL 316.36º 0.31% 0.65% -
HSV(B) 316.36º 0.28% 0.76% -
XYZ 39.62 33.19 46.97 -
YUV 160.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 194 139 179 0 0.28 0.08 0.24 316.36 0.31 0.65
Hex C2 8B B3 0 1C 8 18 13C 1F 41
Octal 302 213 263 0 34 10 30 474 37 101
Binary 11000010 10001011 10110011 0 11100 1000 11000 100111100 11111 1000001

Color Harmonies of #C28BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28BB3

Black with #C28BB3

Text Example


Text Example

White with #C28BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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