Html Css Color HEX #C384AD Lily

📋 copy color: '#C384AD'

red 195 ◦ green 132 ◦ blue 173

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

Shades of Lily #C384AD

Tints of Lily #C384AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 39%
G = 26.4%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C384AD (or 0xC384AD) is known color: Lily. HEX triplet: C3, 84 and AD. RGB value is (195,132,173). Sum of RGB (Red+Green+Blue) = 195+132+173=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AD is #3C7B52. Grayscale: #9B9B9B. Windows color (decimal): -3963731 or 11371715. OLE color: 11371715.

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

Color convert

RGB 195 132 173 -
CMYK 0 0.32 0.11 0.24
HSL 320.95º 0.34% 0.64% -
HSV(B) 320.95º 0.32% 0.76% -
XYZ 38.3 31.12 43.52 -
YUV 155.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 195 132 173 0 0.32 0.11 0.24 320.95 0.34 0.64
Hex C3 84 AD 0 20 B 18 141 22 40
Octal 303 204 255 0 40 13 30 501 42 100
Binary 11000011 10000100 10101101 0 100000 1011 11000 101000001 100010 1000000

Color Harmonies of #C384AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384AD

Black with #C384AD

Text Example


Text Example

White with #C384AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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