Html Css Color HEX #C38AAD Lily

📋 copy color: '#C38AAD'

red 195 ◦ green 138 ◦ blue 173

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

Shades of Lily #C38AAD

Tints of Lily #C38AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 38.54%
G = 27.27%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C38AAD (or 0xC38AAD) is known color: Lily. HEX triplet: C3, 8A and AD. RGB value is (195,138,173). Sum of RGB (Red+Green+Blue) = 195+138+173=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AAD is #3C7552. Grayscale: #9E9E9E. Windows color (decimal): -3962195 or 11373251. OLE color: 11373251.

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

Color convert

RGB 195 138 173 -
CMYK 0 0.29 0.11 0.24
HSL 323.16º 0.32% 0.65% -
HSV(B) 323.16º 0.29% 0.76% -
XYZ 39.14 32.8 43.8 -
YUV 159.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 195 138 173 0 0.29 0.11 0.24 323.16 0.32 0.65
Hex C3 8A AD 0 1D B 18 143 20 41
Octal 303 212 255 0 35 13 30 503 40 101
Binary 11000011 10001010 10101101 0 11101 1011 11000 101000011 100000 1000001

Color Harmonies of #C38AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AAD

Black with #C38AAD

Text Example


Text Example

White with #C38AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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