Html Css Color HEX #C38DAF Lily

📋 copy color: '#C38DAF'

red 195 ◦ green 141 ◦ blue 175

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

Shades of Lily #C38DAF

Tints of Lily #C38DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 38.16%
G = 27.59%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C38DAF (or 0xC38DAF) is known color: Lily. HEX triplet: C3, 8D and AF. RGB value is (195,141,175). Sum of RGB (Red+Green+Blue) = 195+141+175=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DAF is #3C7250. Grayscale: #A0A0A0. Windows color (decimal): -3961425 or 11505091. OLE color: 11505091.

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

Color convert

RGB 195 141 175 -
CMYK 0 0.28 0.10 0.24
HSL 322.22º 0.31% 0.66% -
HSV(B) 322.22º 0.28% 0.76% -
XYZ 39.77 33.75 44.98 -
YUV 161.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 195 141 175 0 0.28 0.10 0.24 322.22 0.31 0.66
Hex C3 8D AF 0 1C A 18 142 1F 42
Octal 303 215 257 0 34 12 30 502 37 102
Binary 11000011 10001101 10101111 0 11100 1010 11000 101000010 11111 1000010

Color Harmonies of #C38DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DAF

Black with #C38DAF

Text Example


Text Example

White with #C38DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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