Html Css Color HEX #C29FBA Lily

📋 copy color: '#C29FBA'

red 194 ◦ green 159 ◦ blue 186

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

Shades of Lily #C29FBA

Tints of Lily #C29FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 35.99%
G = 29.5%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C29FBA (or 0xC29FBA) is known color: Lily. HEX triplet: C2, 9F and BA. RGB value is (194,159,186). Sum of RGB (Red+Green+Blue) = 194+159+186=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FBA is #3D6045. Grayscale: #ACACAC. Windows color (decimal): -4022342 or 12230594. OLE color: 12230594.

HSL color Cylindrical-coordinate representation of color #C29FBA: hue angle of 313.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FBA is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 186 -
CMYK 0 0.18 0.04 0.24
HSL 313.71º 0.22% 0.69% -
HSV(B) 313.71º 0.18% 0.76% -
XYZ 43.51 39.81 51.85 -
YUV 172.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 194 159 186 0 0.18 0.04 0.24 313.71 0.22 0.69
Hex C2 9F BA 0 12 4 18 13A 16 45
Octal 302 237 272 0 22 4 30 472 26 105
Binary 11000010 10011111 10111010 0 10010 100 11000 100111010 10110 1000101

Color Harmonies of #C29FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FBA

Black with #C29FBA

Text Example


Text Example

White with #C29FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FBA; }

 p { color: rgb(194,159,186); }

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

background-color css

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

 a { background-color: rgb(194,159,186); }

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

border-color css

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

 span { border-color: rgb(194,159,186); }

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