Html Css Color HEX #C381AA Lily

📋 copy color: '#C381AA'

red 195 ◦ green 129 ◦ blue 170

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

Shades of Lily #C381AA

Tints of Lily #C381AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 39.47%
G = 26.11%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C381AA (or 0xC381AA) is known color: Lily. HEX triplet: C3, 81 and AA. RGB value is (195,129,170). Sum of RGB (Red+Green+Blue) = 195+129+170=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C381AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381AA is #3C7E55. Grayscale: #999999. Windows color (decimal): -3964502 or 11174339. OLE color: 11174339.

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

Color convert

RGB 195 129 170 -
CMYK 0 0.34 0.13 0.24
HSL 322.73º 0.35% 0.64% -
HSV(B) 322.73º 0.34% 0.76% -
XYZ 37.61 30.2 41.88 -
YUV 153.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 195 129 170 0 0.34 0.13 0.24 322.73 0.35 0.64
Hex C3 81 AA 0 22 D 18 143 23 40
Octal 303 201 252 0 42 15 30 503 43 100
Binary 11000011 10000001 10101010 0 100010 1101 11000 101000011 100011 1000000

Color Harmonies of #C381AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381AA

Black with #C381AA

Text Example


Text Example

White with #C381AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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