Html Css Color HEX #C293AF Lily

📋 copy color: '#C293AF'

red 194 ◦ green 147 ◦ blue 175

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

Shades of Lily #C293AF

Tints of Lily #C293AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.49%

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 37.6%
G = 28.49%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C293AF (or 0xC293AF) is known color: Lily. HEX triplet: C2, 93 and AF. RGB value is (194,147,175). Sum of RGB (Red+Green+Blue) = 194+147+175=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C293AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293AF is #3D6C50. Grayscale: #A4A4A4. Windows color (decimal): -4025425 or 11506626. OLE color: 11506626.

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

Color convert

RGB 194 147 175 -
CMYK 0 0.24 0.10 0.24
HSL 324.26º 0.28% 0.67% -
HSV(B) 324.26º 0.24% 0.76% -
XYZ 40.42 35.43 45.27 -
YUV 164.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 194 147 175 0 0.24 0.10 0.24 324.26 0.28 0.67
Hex C2 93 AF 0 18 A 18 144 1C 43
Octal 302 223 257 0 30 12 30 504 34 103
Binary 11000010 10010011 10101111 0 11000 1010 11000 101000100 11100 1000011

Color Harmonies of #C293AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293AF

Black with #C293AF

Text Example


Text Example

White with #C293AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293AF; }

 p { color: rgb(194,147,175); }

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

background-color css

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

 a { background-color: rgb(194,147,175); }

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

border-color css

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

 span { border-color: rgb(194,147,175); }

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