Html Css Color HEX #C381AD Lily

📋 copy color: '#C381AD'

red 195 ◦ green 129 ◦ blue 173

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

Shades of Lily #C381AD

Tints of Lily #C381AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

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

R = 39.24%
G = 25.96%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C381AD (or 0xC381AD) is known color: Lily. HEX triplet: C3, 81 and AD. RGB value is (195,129,173). Sum of RGB (Red+Green+Blue) = 195+129+173=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C381AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381AD is #3C7E52. Grayscale: #999999. Windows color (decimal): -3964499 or 11370947. OLE color: 11370947.

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

Color convert

RGB 195 129 173 -
CMYK 0 0.34 0.11 0.24
HSL 320º 0.35% 0.64% -
HSV(B) 320º 0.34% 0.76% -
XYZ 37.9 30.32 43.39 -
YUV 153.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 195 129 173 0 0.34 0.11 0.24 320 0.35 0.64
Hex C3 81 AD 0 22 B 18 140 23 40
Octal 303 201 255 0 42 13 30 500 43 100
Binary 11000011 10000001 10101101 0 100010 1011 11000 101000000 100011 1000000

Color Harmonies of #C381AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381AD

Black with #C381AD

Text Example


Text Example

White with #C381AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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