Html Css Color HEX #C381AB Lily

📋 copy color: '#C381AB'

red 195 ◦ green 129 ◦ blue 171

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

Shades of Lily #C381AB

Tints of Lily #C381AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 39.39%
G = 26.06%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C381AB (or 0xC381AB) is known color: Lily. HEX triplet: C3, 81 and AB. RGB value is (195,129,171). Sum of RGB (Red+Green+Blue) = 195+129+171=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C381AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381AB is #3C7E54. Grayscale: #999999. Windows color (decimal): -3964501 or 11239875. OLE color: 11239875.

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

Color convert

RGB 195 129 171 -
CMYK 0 0.34 0.12 0.24
HSL 321.82º 0.35% 0.64% -
HSV(B) 321.82º 0.34% 0.76% -
XYZ 37.71 30.24 42.38 -
YUV 153.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 195 129 171 0 0.34 0.12 0.24 321.82 0.35 0.64
Hex C3 81 AB 0 22 C 18 142 23 40
Octal 303 201 253 0 42 14 30 502 43 100
Binary 11000011 10000001 10101011 0 100010 1100 11000 101000010 100011 1000000

Color Harmonies of #C381AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381AB

Black with #C381AB

Text Example


Text Example

White with #C381AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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