Html Css Color HEX #C38DAD Lily

📋 copy color: '#C38DAD'

red 195 ◦ green 141 ◦ blue 173

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

Shades of Lily #C38DAD

Tints of Lily #C38DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 38.31%
G = 27.7%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C38DAD (or 0xC38DAD) is known color: Lily. HEX triplet: C3, 8D and AD. RGB value is (195,141,173). Sum of RGB (Red+Green+Blue) = 195+141+173=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAD is #3C7252. Grayscale: #A0A0A0. Windows color (decimal): -3961427 or 11374019. OLE color: 11374019.

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

Color convert

RGB 195 141 173 -
CMYK 0 0.28 0.11 0.24
HSL 324.44º 0.31% 0.66% -
HSV(B) 324.44º 0.28% 0.76% -
XYZ 39.57 33.67 43.95 -
YUV 160.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 195 141 173 0 0.28 0.11 0.24 324.44 0.31 0.66
Hex C3 8D AD 0 1C B 18 144 1F 42
Octal 303 215 255 0 34 13 30 504 37 102
Binary 11000011 10001101 10101101 0 11100 1011 11000 101000100 11111 1000010

Color Harmonies of #C38DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DAD

Black with #C38DAD

Text Example


Text Example

White with #C38DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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