Html Css Color HEX #C390AD Lily

📋 copy color: '#C390AD'

red 195 ◦ green 144 ◦ blue 173

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

Shades of Lily #C390AD

Tints of Lily #C390AD

RGB

 RED value IS 195 (76.56% from 255) = 38.09%

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 38.09%
G = 28.13%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C390AD (or 0xC390AD) is known color: Lily. HEX triplet: C3, 90 and AD. RGB value is (195,144,173). Sum of RGB (Red+Green+Blue) = 195+144+173=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C390AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390AD is #3C6F52. Grayscale: #A2A2A2. Windows color (decimal): -3960659 or 11374787. OLE color: 11374787.

HSL color Cylindrical-coordinate representation of color #C390AD: hue angle of 325.88º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390AD is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 173 -
CMYK 0 0.26 0.11 0.24
HSL 325.88º 0.3% 0.66% -
HSV(B) 325.88º 0.26% 0.76% -
XYZ 40.02 34.57 44.1 -
YUV 162.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 195 144 173 0 0.26 0.11 0.24 325.88 0.3 0.66
Hex C3 90 AD 0 1A B 18 146 1E 42
Octal 303 220 255 0 32 13 30 506 36 102
Binary 11000011 10010000 10101101 0 11010 1011 11000 101000110 11110 1000010

Color Harmonies of #C390AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390AD

Black with #C390AD

Text Example


Text Example

White with #C390AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390AD; }

 p { color: rgb(195,144,173); }

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

background-color css

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

 a { background-color: rgb(195,144,173); }

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

border-color css

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

 span { border-color: rgb(195,144,173); }

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